fixed incorrect message showed in pubic modal

This commit is contained in:
Henry Oswald 2014-09-20 09:20:36 +01:00
parent 558b6cdfde
commit d5f816598d

View file

@ -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