mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
Add a title to 'remove' dialog for details of 'Trusts' entity
To improve translation quality the title of 'Remove' dialog, which is initialized within details of the entity, should be specified explicitly in the spec and should be an entire sentence. Fixes: https://pagure.io/freeipa/issue/7702 Reviewed-By: Serhii Tsymbaliuk <stsymbal@redhat.com>
This commit is contained in:
parent
715944665c
commit
9cbf16a790
@ -68,6 +68,10 @@ return {
|
||||
label: '@mo:trustdomain.label',
|
||||
tab_label: '@mo:trustdomain.label',
|
||||
search_all_entries: true,
|
||||
deleter_dialog: {
|
||||
title: '@i18n:objects.trust.remove_domains',
|
||||
$factory: IPA.search_deleter_dialog,
|
||||
},
|
||||
actions: [
|
||||
{
|
||||
$type: 'batch_disable'
|
||||
|
@ -1053,6 +1053,7 @@ class i18n_messages(Command):
|
||||
"ipanttrusteddomainsid": _("Domain Security Identifier"),
|
||||
"preshared_password": _("Pre-shared password"),
|
||||
"remove": _("Remove trusts"),
|
||||
"remove_domains": _("Remove domains"),
|
||||
"trustdirection": _("Trust direction"),
|
||||
"truststatus": _("Trust status"),
|
||||
"trusttype": _("Trust type"),
|
||||
|
Loading…
Reference in New Issue
Block a user