summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/groups.module.js
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/groups.module.js')
-rw-r--r--openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/groups.module.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/groups.module.js b/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/groups.module.js
index cb58afd1e..fe54f7a37 100644
--- a/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/groups.module.js
+++ b/openstack_dashboard/dashboards/identity/static/dashboard/identity/groups/groups.module.js
@@ -43,7 +43,7 @@
function run(registry, keystone, basePath, groupResourceType) {
registry.getResourceType(groupResourceType)
- .setNames(gettext('Group'), gettext('Groups'))
+ .setNames('Group', 'Groups', ngettext('Group', 'Groups', 1))
.setProperties(groupProperties())
.setListFunction(listFunction)
.tableColumns