mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
Add title to 'add' dialog for 'SELinux' entity
To improve translation quality the title of 'Add' dialog should be specified explicitly in the spec and should be an entire sentence. Fixes: https://pagure.io/freeipa/issue/7707 Reviewed-By: Serhii Tsymbaliuk <stsymbal@redhat.com>
This commit is contained in:
parent
8655c9beb0
commit
e506f266ef
@ -95,6 +95,7 @@ var spec = {
|
||||
}
|
||||
],
|
||||
adder_dialog: {
|
||||
title: '@i18n:objects.selinuxusermap.add',
|
||||
fields: [
|
||||
'cn',
|
||||
'ipaselinuxuser'
|
||||
|
@ -1019,6 +1019,7 @@ class i18n_messages(Command):
|
||||
"selfservice": {
|
||||
},
|
||||
"selinuxusermap": {
|
||||
"add": _("Add SELinux user map"),
|
||||
"any_host": _("Any Host"),
|
||||
"anyone": _("Anyone"),
|
||||
"host": _("Host"),
|
||||
|
Loading…
Reference in New Issue
Block a user