mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
Remove word 'field' from GECOS param label
No other param/field has 'field' in a label.
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user