mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
Add title to 'Remove' dialog for 'association_table' widget of 'Topology' entity
To improve translation quality the title of 'Remove' dialog, which is initialized within details table of the entity, should be specified explicitly in the spec and should be an entire sentence. Fixes: https://pagure.io/freeipa/issue/7704 Reviewed-By: Serhii Tsymbaliuk <stsymbal@redhat.com>
This commit is contained in:
parent
ea115bf898
commit
6eed677614
@ -448,7 +448,8 @@ return {
|
||||
{
|
||||
name: 'service_relative_weight'
|
||||
}
|
||||
]
|
||||
],
|
||||
remove_title: '@i18n:objects.topologylocation.remove_servers',
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1167,6 +1167,9 @@ class i18n_messages(Command):
|
||||
},
|
||||
"topologylocation": {
|
||||
"remove": _("Remove IPA locations"),
|
||||
"remove_servers": _(
|
||||
"Remove IPA servers from IPA location '${primary_key}'"
|
||||
),
|
||||
},
|
||||
"topologysegment": {
|
||||
"remove": _("Remove topology segments"),
|
||||
|
Loading…
Reference in New Issue
Block a user