summaryrefslogtreecommitdiff
path: root/openstack_dashboard/static/app/core/keypairs/keypairs.module.js
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/static/app/core/keypairs/keypairs.module.js')
-rw-r--r--openstack_dashboard/static/app/core/keypairs/keypairs.module.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/static/app/core/keypairs/keypairs.module.js b/openstack_dashboard/static/app/core/keypairs/keypairs.module.js
index 1f9abd08d..f0782b230 100644
--- a/openstack_dashboard/static/app/core/keypairs/keypairs.module.js
+++ b/openstack_dashboard/static/app/core/keypairs/keypairs.module.js
@@ -45,7 +45,7 @@
function run(registry, nova, basePath, resourceType, keypairsService) {
registry.getResourceType(resourceType)
- .setNames(gettext('Key Pair'), gettext('Key Pairs'))
+ .setNames('Key Pair', 'Key Pairs', ngettext('Key Pair', 'Key Pairs', 1))
// for detail summary view on table row.
.setSummaryTemplateUrl(basePath + 'details/drawer.html')
.setDefaultIndexUrl('/project/key_pairs/')