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/hbacrule.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install/static/hbacrule.js') diff --git a/install/static/hbacrule.js b/install/static/hbacrule.js index 966d86b78..455ad4d38 100644 --- a/install/static/hbacrule.js +++ b/install/static/hbacrule.js @@ -44,8 +44,7 @@ IPA.hbacrule = function () { that.add_facet(facet); facet = IPA.hbacrule_details_facet({ - 'name': 'details', - 'label': 'Details' + 'name': 'details' }); that.add_facet(facet); -- cgit