mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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…
Reference in a new issue