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 '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:
committed by
Serhii Tsymbaliuk
parent
e73483f4bf
commit
d5a4e630a2
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user