summaryrefslogtreecommitdiffstats
path: root/install/ui/hbac.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2011-12-20 15:08:03 +0100
committerEndi S. Dewata <edewata@redhat.com>2011-12-20 21:05:53 +0000
commit49e5555b11d0bee814bce807acacbfeb381379f1 (patch)
treedc6ae1a9811b194cedf3d6f7fb4328f038898cbe /install/ui/hbac.js
parent689f7ba01ac42734f306d28ea809e7981783b21b (diff)
downloadfreeipa.git-49e5555b11d0bee814bce807acacbfeb381379f1.tar.gz
freeipa.git-49e5555b11d0bee814bce807acacbfeb381379f1.tar.xz
freeipa.git-49e5555b11d0bee814bce807acacbfeb381379f1.zip
Fixed labels in Sudo, HBAC rules
Fixed regression in labels introduced by refactoring #1515. https://fedorahosted.org/freeipa/ticket/1515
Diffstat (limited to 'install/ui/hbac.js')
-rw-r--r--install/ui/hbac.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/hbac.js b/install/ui/hbac.js
index 3d2124e4..2a18396a 100644
--- a/install/ui/hbac.js
+++ b/install/ui/hbac.js
@@ -412,8 +412,8 @@ IPA.hbacrule_details_facet = function(spec) {
name: 'rule',
radio_name: 'servicecategory',
options: [
- { 'value': 'all', 'label': IPA.messages.objects.hbacrule.any_host },
- { 'value': '', 'label': IPA.messages.objects.hbacrule.specified_hosts }
+ { 'value': 'all', 'label': IPA.messages.objects.hbacrule.any_service },
+ { 'value': '', 'label': IPA.messages.objects.hbacrule.specified_services }
],
tables: [
{ 'name': 'memberservice_hbacsvc' },