From 7452b6d3cba288b10fe3452f9ee93d052fd45ebc Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 24 Jun 2011 11:39:48 -0500 Subject: Fixed entity labels. The entity labels in the following locations have been fixed: - search facet title: plural - details facet title: singular - association facet title: singular - breadcrumb: plural - adder dialog title: singular - deleter dialog title: plural Some entity labels have been changed into the correct plural form. Unused file install/ui/test/data/i18n_messages.json has been removed. Ticket #1249 Ticket #1387 --- install/ui/webui.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install/ui/webui.js') diff --git a/install/ui/webui.js b/install/ui/webui.js index 5dc2cead..72f9f729 100644 --- a/install/ui/webui.js +++ b/install/ui/webui.js @@ -42,7 +42,7 @@ IPA.admin_navigation = function(spec) { {entity: 'service'} ]}, {name: 'policy', label: IPA.messages.tabs.policy, children: [ - {entity: 'dnszone'}, + {entity: 'dnszone', label: IPA.messages.tabs.dns}, {name: 'hbac', label: IPA.messages.tabs.hbac, children: [ {entity: 'hbacrule'}, {entity: 'hbacsvc'}, @@ -54,8 +54,8 @@ IPA.admin_navigation = function(spec) { {entity: 'sudocmdgroup'} ]}, {entity: 'automountlocation', label: IPA.messages.tabs.automount}, - {entity: 'automountmap',hidden:true}, - {entity: 'automountkey',hidden:true}, + {entity: 'automountmap', hidden: true}, + {entity: 'automountkey', hidden: true}, {entity: 'pwpolicy'}, {entity: 'krbtpolicy'} ]}, -- cgit