Correct the description for "Update Group" form

The "Update Group" only can edit the group's name and description, not
include "add users".

Change-Id: I51a5c7bb72f65bc13a49902ed822d3755daa40bc
Closes-Bug: #1600067
This commit is contained in:
chen.qiaomin@99cloud.net 2016-07-08 00:46:52 +00:00
parent 297be14cbd
commit 2680b01dff
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Groups are used to manage access and assign roles to multiple users at once. Edit the group to add users." %}</p>
<p>{% trans "Groups are used to manage access and assign roles to multiple users at once. Edit the group's name and description." %}</p>
{% endblock %}