mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Removed question marks from field labels
In user group adder dialog, the "Is this a POSIX group?" was replaced with "POSIX group". In host search facet, the "Enrolled?" was replaced with "Enrolled". https://fedorahosted.org/freeipa/ticket/2353
This commit is contained in:
committed by
Endi S. Dewata
parent
7e02cb8aec
commit
2755709f2e
@@ -353,7 +353,7 @@ class i18n_messages(Command):
|
||||
},
|
||||
"group": {
|
||||
"details": _("Group Settings"),
|
||||
"posix": _("Is this a POSIX group?"),
|
||||
"posix": _("POSIX group"),
|
||||
},
|
||||
"hbacrule": {
|
||||
"any_host": _("Any Host"),
|
||||
@@ -391,7 +391,7 @@ class i18n_messages(Command):
|
||||
"cn": _("Host Name"),
|
||||
"delete_key_unprovision": _("Delete Key, Unprovision"),
|
||||
"details": _("Host Settings"),
|
||||
"enrolled": _("Enrolled?"),
|
||||
"enrolled": _("Enrolled"),
|
||||
"enrollment": _("Enrollment"),
|
||||
"fqdn": _("Fully Qualified Host Name"),
|
||||
"keytab": _("Kerberos Key"),
|
||||
|
||||
Reference in New Issue
Block a user