summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.js
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.js')
-rw-r--r--openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.js b/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.js
index 01d5d06fe..61d552abc 100644
--- a/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.js
+++ b/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.js
@@ -46,7 +46,7 @@
function run(registry, basePath, userResourceType, usersService) {
registry.getResourceType(userResourceType)
- .setNames(gettext('User'), gettext('Users'))
+ .setNames('User', 'Users', ngettext('User', 'Users', 1))
.setSummaryTemplateUrl(basePath + 'details/drawer.html')
.setDefaultIndexUrl('/identity/users/')
.setProperties(userProperties())