Add title to 'add' dialog for 'RBAC' 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 f3584661b4
commit 16fed6e97a
2 changed files with 10 additions and 0 deletions

View File

@@ -210,6 +210,7 @@ return {
}
],
adder_dialog: {
title: '@i18n:objects.acipermission.add',
height: 450,
fields: [
{
@@ -368,6 +369,7 @@ return {
],
standard_association_facets: true,
adder_dialog: {
title: '@i18n:objects.aciprivilege.add',
fields: [
'cn',
{
@@ -445,6 +447,7 @@ return {
],
standard_association_facets: true,
adder_dialog: {
title: '@i18n:objects.acirole.add',
fields: [
'cn',
{
@@ -487,6 +490,7 @@ return {
}
],
adder_dialog: {
title: '@i18n:objects.aciselfservice.add',
fields: [
'aciname',
{
@@ -550,6 +554,7 @@ return {
],
standard_association_facets: false,
adder_dialog: {
title: '@i18n:objects.acidelegation.add',
fields: [
'aciname',
{