From 4bd85ceb90d6b8639c14e68691f2c9f447980c2d Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 13 Jul 2011 21:10:47 -0500 Subject: Fixed label capitalization The CSS text-transform sometimes produces incorrect capitalization, so the code has been modified to use translated labels that already contain the correct capitalization. Ticket #1424 --- install/ui/search.js | 1 - 1 file changed, 1 deletion(-) (limited to 'install/ui/search.js') diff --git a/install/ui/search.js b/install/ui/search.js index 91f3d0b2..29c52c87 100644 --- a/install/ui/search.js +++ b/install/ui/search.js @@ -193,7 +193,6 @@ IPA.search_facet = function(spec) { var title; if (!values.length) { title = IPA.messages.dialogs.remove_empty; - title = title.replace('${entity}', label); alert(title); return; } -- cgit