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/hostgroup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/static/hostgroup.js') diff --git a/install/static/hostgroup.js b/install/static/hostgroup.js index f8590cc3..0525c05f 100644 --- a/install/static/hostgroup.js +++ b/install/static/hostgroup.js @@ -38,9 +38,9 @@ IPA.add_entity( function() { that.add_facet(search_facet); that.add_facet(function() { - var that = IPA.details_facet({name:'details',label:'Details'}); + var that = IPA.details_facet({name:'details'}); that.add_section( - IPA.stanza({name:'identity', label:'Hostgroup Details'}). + IPA.stanza({name:'identity', label:'Hostgroup Settings'}). input({name:'cn'}). input({name: 'description'})); return that; -- cgit