diff --git a/services/web/app/views/project/editor/share.pug b/services/web/app/views/project/editor/share.pug index d6f362d9f4..5d34cb7d47 100644 --- a/services/web/app/views/project/editor/share.pug +++ b/services/web/app/views/project/editor/share.pug @@ -210,16 +210,16 @@ script(type="text/ng-template", id="makeTokenBasedModalTemplate") data-dismiss="modal" ng-click="cancel()" ) × - h3 #{translate("make_project_token_based")}? + h3 Enable link-sharing? .modal-body.modal-body-share - p #{translate("make_project_token_based_consequences")} + p When link-sharing is enabled, anyone with the relevant link will be able to access this project .modal-footer button.btn.btn-default( ng-click="cancel()" ) #{translate("cancel")} button.btn.btn-info( ng-click="makeTokenBased()" - ) #{translate("make_token_based")} + ) Enable Link-Sharing script(type="text/ng-template", id="makePrivateModalTemplate") .modal-header