summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-27 15:21:35 -0500
committerAdam Young <ayoung@redhat.com>2011-01-28 10:37:49 -0500
commit114c238a9b620c181a4757b35177069335e46787 (patch)
tree883a61e89f4f045e312681add500159eced7e633 /install
parentb9dbd693def82ae40d40bb4cc04204aa92db3f30 (diff)
downloadfreeipa-114c238a9b620c181a4757b35177069335e46787.tar.gz
freeipa-114c238a9b620c181a4757b35177069335e46787.tar.xz
freeipa-114c238a9b620c181a4757b35177069335e46787.zip
entity filter text
Diffstat (limited to 'install')
-rw-r--r--install/ui/aci.js2
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');