mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
Add title to 'add' dialog for 'Trusts' 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:
parent
f349479f5c
commit
e3c0c4d752
@ -178,6 +178,7 @@ return {
|
||||
}
|
||||
],
|
||||
adder_dialog: {
|
||||
title: '@i18n:objects.trust.add',
|
||||
$factory: IPA.trust.adder_dialog,
|
||||
fields: [
|
||||
{
|
||||
|
@ -1216,6 +1216,7 @@ class i18n_messages(Command):
|
||||
},
|
||||
"trust": {
|
||||
"account": _("Account"),
|
||||
"add": _("Add trust"),
|
||||
"admin_account": _("Administrative account"),
|
||||
"blacklists": _("SID blacklists"),
|
||||
"details": _("Trust Settings"),
|
||||
|
Loading…
Reference in New Issue
Block a user