diff options
Diffstat (limited to 'install/ui/aci.js')
-rw-r--r-- | install/ui/aci.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/aci.js b/install/ui/aci.js index 3bad384a2..01f6ce297 100644 --- a/install/ui/aci.js +++ b/install/ui/aci.js @@ -171,7 +171,7 @@ IPA.entity_select_widget = function(spec){ $('<a />',{ href:"", - text: 'filter: ', + text: 'add ' +entity + ' filter: ', click:function(){ that.entity_filter.css('display','inline'); $(this).css('display','none'); |