status label

Change the label for the account status field IAW https://fedorahosted.org/freeipa/ticket/677
This commit is contained in:
Adam Young 2010-12-23 15:12:45 -05:00
parent e0c95e235c
commit 590eef2936

View File

@ -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'],
),
)