From 590eef29363e41db60386e0f230d75027ede2b2f Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 23 Dec 2010 15:12:45 -0500 Subject: status label Change the label for the account status field IAW https://fedorahosted.org/freeipa/ticket/677 --- ipalib/plugins/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py index bae1f0a3d..9ccd216d9 100644 --- a/ipalib/plugins/user.py +++ b/ipalib/plugins/user.py @@ -203,7 +203,7 @@ class user(LDAPObject): label=_('Car License'), ), Bool('nsaccountlock?', - label=_('Account disabled'), + label=_('Account activation status:'), flags=['no_create', 'no_update', 'no_search'], ), ) -- cgit