From 0882c25c665da4cf0a14ab4b8eae10bcf86e9c5d Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 9 Sep 2011 18:58:52 -0500 Subject: Fixed labels for run-as users and groups. The labels for the run-as users and groups tables in sudo rule details page have been modified to improve the clarity. Ticket #1752 --- ipalib/plugins/hbacrule.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ipalib/plugins/hbacrule.py') diff --git a/ipalib/plugins/hbacrule.py b/ipalib/plugins/hbacrule.py index b7c0bcac..22a6a0dc 100644 --- a/ipalib/plugins/hbacrule.py +++ b/ipalib/plugins/hbacrule.py @@ -189,7 +189,7 @@ class hbacrule(LDAPObject): flags=['no_create', 'no_update', 'no_search'], ), Str('memberuser_group?', - label=_('Groups'), + label=_('User Groups'), flags=['no_create', 'no_update', 'no_search'], ), Str('memberhost_host?', @@ -201,11 +201,11 @@ class hbacrule(LDAPObject): flags=['no_create', 'no_update', 'no_search'], ), Str('sourcehost_host?', - label=_('Source hosts'), + label=_('Source Hosts'), flags=['no_create', 'no_update', 'no_search'], ), Str('sourcehost_hostgroup?', - label=_('Source host groups'), + label=_('Source Host Groups'), flags=['no_create', 'no_update', 'no_search'], ), Str('memberservice_hbacsvc?', -- cgit