From 285ee9db0ccdac92e0b2b7253483111a5152a465 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 14 Jan 2011 15:14:32 -0500 Subject: Details to Settings Using I18N messages for most of the details --- install/static/group.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'install/static/group.js') diff --git a/install/static/group.js b/install/static/group.js index 30e29e3d..13017ac5 100644 --- a/install/static/group.js +++ b/install/static/group.js @@ -59,8 +59,7 @@ IPA.group = function () { that.add_facet(facet); facet = IPA.group_details_facet({ - 'name': 'details', - 'label': 'Details' + 'name': 'details' }); that.add_facet(facet); @@ -128,7 +127,7 @@ IPA.group_details_facet = function (spec) { var section = IPA.details_list_section({ name: 'details', - label: 'Group Details' + label: 'Group Settings' }); that.add_section(section); -- cgit