diff options
Diffstat (limited to 'ipalib/plugins/user.py')
-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 4fd94210..471981f4 100644 --- a/ipalib/plugins/user.py +++ b/ipalib/plugins/user.py @@ -264,7 +264,7 @@ class user(LDAPObject): label=_('Home directory'), ), Str('gecos?', - label=_('GECOS field'), + label=_('GECOS'), default_from=lambda givenname, sn: '%s %s' % (givenname, sn), autofill=True, ), |