diff options
author | Adam Young <ayoung@redhat.com> | 2010-12-23 15:12:45 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-12-23 15:12:45 -0500 |
commit | 590eef29363e41db60386e0f230d75027ede2b2f (patch) | |
tree | a3be9269914d9a8f6f2103b0973fde2620e8c678 | |
parent | e0c95e235cf8fca06dfca106facd4e8648c28641 (diff) | |
download | freeipa.git-590eef29363e41db60386e0f230d75027ede2b2f.tar.gz freeipa.git-590eef29363e41db60386e0f230d75027ede2b2f.tar.xz freeipa.git-590eef29363e41db60386e0f230d75027ede2b2f.zip |
status label
Change the label for the account status field IAW https://fedorahosted.org/freeipa/ticket/677
-rw-r--r-- | ipalib/plugins/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py index bae1f0a3..9ccd216d 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'], ), ) |