diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-07-13 21:10:47 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-07-14 11:44:48 -0400 |
commit | 4bd85ceb90d6b8639c14e68691f2c9f447980c2d (patch) | |
tree | 0d114ff0faea534d6f3e2b81e35d25196ef5f2e7 /install/ui/search.js | |
parent | a746c613a4fb3d0eed5c73455ebb2e674ed7793d (diff) | |
download | freeipa-4bd85ceb90d6b8639c14e68691f2c9f447980c2d.tar.gz freeipa-4bd85ceb90d6b8639c14e68691f2c9f447980c2d.tar.xz freeipa-4bd85ceb90d6b8639c14e68691f2c9f447980c2d.zip |
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
Diffstat (limited to 'install/ui/search.js')
-rw-r--r-- | install/ui/search.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/ui/search.js b/install/ui/search.js index 91f3d0b23..29c52c879 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; } |