Add title to 'add' dialog for 'HBAC' 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 e363fb3ebc
commit fd732aaafe
2 changed files with 6 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ var spec = {
}
],
adder_dialog: {
title: '@i18n:objects.hbacrule.add',
fields: [ 'cn' ]
},
deleter_dialog: {
@@ -159,6 +160,7 @@ return {
],
standard_association_facets: true,
adder_dialog: {
title: '@i18n:objects.hbacsvc.add',
fields: [
'cn',
{
@@ -222,6 +224,7 @@ return {
],
standard_association_facets: true,
adder_dialog: {
title: '@i18n:objects.hbacsvcgroup.add',
fields: [
'cn',
{