summaryrefslogtreecommitdiff
path: root/openstack_dashboard/static/app/core/trunks/trunks.module.js
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/static/app/core/trunks/trunks.module.js')
-rw-r--r--openstack_dashboard/static/app/core/trunks/trunks.module.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/static/app/core/trunks/trunks.module.js b/openstack_dashboard/static/app/core/trunks/trunks.module.js
index 770ad42af..0f2993019 100644
--- a/openstack_dashboard/static/app/core/trunks/trunks.module.js
+++ b/openstack_dashboard/static/app/core/trunks/trunks.module.js
@@ -52,7 +52,7 @@
trunksService,
trunkResourceType) {
registry.getResourceType(trunkResourceType)
- .setNames(gettext('Trunk'), gettext('Trunks'))
+ .setNames('Trunk', 'Trunks', ngettext('Trunk', 'Trunks', 1))
.setSummaryTemplateUrl(basePath + 'summary.html')
.setDefaultIndexUrl('/project/trunks/')
.setProperties(trunkProperties())