From 2680b01dfffac5b0da865d525dee978ab97ea6c7 Mon Sep 17 00:00:00 2001 From: "chen.qiaomin@99cloud.net" Date: Fri, 8 Jul 2016 00:46:52 +0000 Subject: [PATCH] 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 --- .../dashboards/identity/groups/templates/groups/_update.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_dashboard/dashboards/identity/groups/templates/groups/_update.html b/openstack_dashboard/dashboards/identity/groups/templates/groups/_update.html index 369dd5097b..e4719cab7e 100644 --- a/openstack_dashboard/dashboards/identity/groups/templates/groups/_update.html +++ b/openstack_dashboard/dashboards/identity/groups/templates/groups/_update.html @@ -3,5 +3,5 @@ {% block modal-body-right %}

{% trans "Description:" %}

-

{% trans "Groups are used to manage access and assign roles to multiple users at once. Edit the group to add users." %}

+

{% trans "Groups are used to manage access and assign roles to multiple users at once. Edit the group's name and description." %}

{% endblock %}