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/host.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'install/static/host.js') diff --git a/install/static/host.js b/install/static/host.js index 6b84f87de..2e82936be 100644 --- a/install/static/host.js +++ b/install/static/host.js @@ -56,8 +56,7 @@ IPA.host = function () { that.add_facet(facet); facet = IPA.host_details_facet({ - 'name': 'details', - 'label': 'Details' + 'name': 'details' }); that.add_facet(facet); @@ -132,7 +131,7 @@ IPA.host_details_facet = function (spec) { var section = IPA.details_list_section({ 'name': 'details', - 'label': 'Host Details' + 'label': 'Host Settings' }); that.add_section(section); @@ -481,4 +480,4 @@ IPA.host_managedby_host_facet = function (spec) { }; return that; -}; \ No newline at end of file +}; -- cgit