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.
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
span#project-statusbar
|
span#project-statusbar
|
||||||
|
|
||||||
span#project-edit-title
|
span#project-edit-title
|
||||||
| Manage users for this project
|
| Manage team members for this project
|
||||||
|
|
||||||
#project_context
|
#project_context
|
||||||
#node-edit-container
|
#node-edit-container
|
||||||
@@ -85,10 +85,10 @@
|
|||||||
input#user-select.form-control(
|
input#user-select.form-control(
|
||||||
name='contacts',
|
name='contacts',
|
||||||
type='text',
|
type='text',
|
||||||
placeholder='Add users by name')
|
placeholder='Add team members by name')
|
||||||
| {% else %}
|
| {% else %}
|
||||||
.sharing-users-search
|
.sharing-users-search
|
||||||
.disabled Only project owners can manage users
|
.disabled Only project owners & admins can manage users
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
|
|
||||||
@@ -131,8 +131,9 @@
|
|||||||
.sharing-users-info
|
.sharing-users-info
|
||||||
h4 What can team members do?
|
h4 What can team members do?
|
||||||
p.
|
p.
|
||||||
Team members are able to upload new content to the
|
Team members are able to upload new content to the project,
|
||||||
project; as well as view, edit, and comment on the content previously created.
|
as well as view, edit, delete, and comment on the content
|
||||||
|
previously created.
|
||||||
|
|
||||||
| {% endblock %}
|
| {% endblock %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user