From 4e0db78ff1bed14dc81ee47220a1913f1547ff85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 4 Oct 2016 12:51:11 +0200 Subject: [PATCH] Made the use of the term "Team member" consistent on the proj sharing page. Also clarified that project owners *and* team members can edit the project, and that team members can also delete assets. --- src/templates/projects/sharing.jade | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/templates/projects/sharing.jade b/src/templates/projects/sharing.jade index 9c1112fc..924646e2 100644 --- a/src/templates/projects/sharing.jade +++ b/src/templates/projects/sharing.jade @@ -73,7 +73,7 @@ span#project-statusbar span#project-edit-title - | Manage users for this project + | Manage team members for this project #project_context #node-edit-container @@ -85,10 +85,10 @@ input#user-select.form-control( name='contacts', type='text', - placeholder='Add users by name') + placeholder='Add team members by name') | {% else %} .sharing-users-search - .disabled Only project owners can manage users + .disabled Only project owners & admins can manage users | {% endif %} @@ -131,8 +131,9 @@ .sharing-users-info h4 What can team members do? p. - Team members are able to upload new content to the - project; as well as view, edit, and comment on the content previously created. + Team members are able to upload new content to the project, + as well as view, edit, delete, and comment on the content + previously created. | {% endblock %}