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/entity.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install/static/entity.js') diff --git a/install/static/entity.js b/install/static/entity.js index b980c956..30c0ea46 100644 --- a/install/static/entity.js +++ b/install/static/entity.js @@ -303,8 +303,7 @@ IPA.entity_get_details_facet = function (entity_name) { if (facet) return facet; facet = IPA.details_facet({ - 'name': 'details', - 'label': 'Details' + 'name': 'details' }); entity.add_facet(facet); -- cgit