WebUI: Change group name from 'normal' to 'Non-POSIX'

It will correspond with CLI and will be more self-explanatory.

https://fedorahosted.org/freeipa/ticket/6334

Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
Pavel Vomacka
2016-09-14 13:19:25 +02:00
committed by Martin Basti
parent 4e880f7ce9
commit 0e6d6e4032
3 changed files with 7 additions and 9 deletions

View File

@@ -524,7 +524,7 @@ class i18n_messages(Command):
"external": _("External"),
"make_external": _("Change to external group"),
"make_posix": _("Change to POSIX group"),
"normal": _("Normal"),
"nonposix": _("Non-POSIX"),
"posix": _("POSIX"),
"type": _("Group Type"),
},