mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Serhii Tsymbaliuk
parent
e363fb3ebc
commit
fd732aaafe
@@ -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',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user