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 %}