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:
Stanislav Levin 2018-09-21 11:45:28 +03:00 committed by Serhii Tsymbaliuk
parent 8655c9beb0
commit e506f266ef
2 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,7 @@ var spec = {
}
],
adder_dialog: {
title: '@i18n:objects.selinuxusermap.add',
fields: [
'cn',
'ipaselinuxuser'

View File

@ -1019,6 +1019,7 @@ class i18n_messages(Command):
"selfservice": {
},
"selinuxusermap": {
"add": _("Add SELinux user map"),
"any_host": _("Any Host"),
"anyone": _("Anyone"),
"host": _("Host"),