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/sudocmd.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install/static/sudocmd.js') diff --git a/install/static/sudocmd.js b/install/static/sudocmd.js index f9759ba3d..ecc71a75d 100644 --- a/install/static/sudocmd.js +++ b/install/static/sudocmd.js @@ -45,7 +45,6 @@ IPA.sudocmd = function () { facet = IPA.sudocmd_details_facet({ 'name': 'details', - 'label': 'Details' }); that.add_facet(facet); @@ -276,4 +275,4 @@ IPA.sudocmd_member_sudocmdgroup_table_widget = function (spec) { }; return that; -}; \ No newline at end of file +}; -- cgit