mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 08:41:55 -06:00
WebUI: Add hyphenate versions of Host(Role) Based strings
The hyphenated forms are less ambiguous and easier to read. (For more grammar background, see for example "Hyphenate Complex Adjectives" in http://stylepedia.net/ Grammar-Hyphenation ) https://pagure.io/freeipa/issue/6582 Reviewed-By: Felipe Volpone <fbarreto@redhat.com>
This commit is contained in:
parent
9869d52bab
commit
2a73b5d739
@ -947,12 +947,12 @@ class i18n_messages(Command):
|
||||
"automount": _("Automount"),
|
||||
"cert": _("Certificates"),
|
||||
"dns": _("DNS"),
|
||||
"hbac": _("Host Based Access Control"),
|
||||
"hbac": _("Host-Based Access Control"),
|
||||
"identity": _("Identity"),
|
||||
"ipaserver": _("IPA Server"),
|
||||
"network_services": _("Network Services"),
|
||||
"policy": _("Policy"),
|
||||
"role": _("Role Based Access Control"),
|
||||
"role": _("Role-Based Access Control"),
|
||||
"sudo": _("Sudo"),
|
||||
"topology": _("Topology"),
|
||||
"trust": _("Trusts"),
|
||||
|
Loading…
Reference in New Issue
Block a user