summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/roles.module.js
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/roles.module.js')
-rw-r--r--openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/roles.module.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/roles.module.js b/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/roles.module.js
index ce08349e2..5252c0671 100644
--- a/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/roles.module.js
+++ b/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/roles.module.js
@@ -42,7 +42,7 @@
function run(registry, keystone, roleResourceType) {
registry.getResourceType(roleResourceType)
- .setNames(gettext('Role'), gettext('Roles'))
+ .setNames('Role', 'Roles', ngettext('Role', 'Roles', 1))
.setProperties(roleProperties())
.setListFunction(listFunction)
.tableColumns