mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 05:16:02 +00:00
fixed incorrect message showed in pubic modal
This commit is contained in:
parent
558b6cdfde
commit
d5f816598d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ script(type='text/ng-template', id='shareProjectModalTemplate')
|
|||
.row.public-access-level(ng-show="project.publicAccesLevel != 'private'")
|
||||
.col-xs-12.text-center
|
||||
strong(ng-if="project.publicAccesLevel == 'readAndWrite'") #{translate("this_project_is_public")}
|
||||
strong(ng-if="project.publicAccesLevel == 'readOnly'") #{translate("this_project_is_public")}
|
||||
strong(ng-if="project.publicAccesLevel == 'readOnly'") #{translate("this_project_is_public_read_only")}
|
||||
|
|
||||
a(
|
||||
href
|
||||
|
|
Loading…
Add table
Reference in a new issue