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 'Groups' 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
8a834cdaa0
commit
794a51ea93
@@ -185,6 +185,7 @@ return {
|
||||
],
|
||||
standard_association_facets: true,
|
||||
adder_dialog: {
|
||||
title: '@i18n:objects.group.add',
|
||||
$factory: IPA.group_adder_dialog,
|
||||
fields: [
|
||||
'cn',
|
||||
|
||||
@@ -104,6 +104,7 @@ return {
|
||||
],
|
||||
standard_association_facets: true,
|
||||
adder_dialog: {
|
||||
title: '@i18n:objects.hostgroup.add',
|
||||
fields: [
|
||||
'cn',
|
||||
{
|
||||
|
||||
@@ -71,6 +71,7 @@ var spec = {
|
||||
],
|
||||
standard_association_facets: true,
|
||||
adder_dialog: {
|
||||
title: '@i18n:objects.netgroup.add',
|
||||
fields: [
|
||||
'cn',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user