mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
Remove word 'field' from GECOS param label
No other param/field has 'field' in a label.
This commit is contained in:
parent
1f89cb959c
commit
e08f4620cf
@ -16976,9 +16976,9 @@
|
||||
{
|
||||
"attribute": true,
|
||||
"class": "Str",
|
||||
"doc": "GECOS field",
|
||||
"doc": "GECOS",
|
||||
"flags": [],
|
||||
"label": "GECOS field",
|
||||
"label": "GECOS",
|
||||
"name": "gecos",
|
||||
"noextrawhitespace": true,
|
||||
"type": "unicode"
|
||||
@ -17350,9 +17350,9 @@
|
||||
{
|
||||
"attribute": true,
|
||||
"class": "Str",
|
||||
"doc": "GECOS field",
|
||||
"doc": "GECOS",
|
||||
"flags": [],
|
||||
"label": "GECOS field",
|
||||
"label": "GECOS",
|
||||
"name": "gecos",
|
||||
"noextrawhitespace": true,
|
||||
"query": true,
|
||||
@ -17807,9 +17807,9 @@
|
||||
{
|
||||
"attribute": true,
|
||||
"class": "Str",
|
||||
"doc": "GECOS field",
|
||||
"doc": "GECOS",
|
||||
"flags": [],
|
||||
"label": "GECOS field",
|
||||
"label": "GECOS",
|
||||
"name": "gecos",
|
||||
"noextrawhitespace": true,
|
||||
"type": "unicode"
|
||||
|
@ -7671,9 +7671,9 @@
|
||||
},
|
||||
{
|
||||
"class": "Str",
|
||||
"doc": "GECOS field",
|
||||
"doc": "GECOS",
|
||||
"flags": [],
|
||||
"label": "GECOS field",
|
||||
"label": "GECOS",
|
||||
"name": "gecos",
|
||||
"noextrawhitespace": true,
|
||||
"type": "unicode"
|
||||
|
@ -8940,12 +8940,12 @@
|
||||
"cli_name": "gecos",
|
||||
"cli_short_name": null,
|
||||
"default": null,
|
||||
"doc": "GECOS field",
|
||||
"doc": "GECOS",
|
||||
"exclude": null,
|
||||
"flags": [],
|
||||
"hint": null,
|
||||
"include": null,
|
||||
"label": "GECOS field",
|
||||
"label": "GECOS",
|
||||
"length": null,
|
||||
"maxlength": null,
|
||||
"minlength": null,
|
||||
|
@ -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,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user