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:
Stanislav Levin
2018-09-21 11:45:28 +03:00
committed by Serhii Tsymbaliuk
parent e73483f4bf
commit d5a4e630a2
2 changed files with 2 additions and 0 deletions

View File

@@ -178,6 +178,7 @@ return {
}
],
adder_dialog: {
title: '@i18n:objects.trust.add',
$factory: IPA.trust.adder_dialog,
fields: [
{

View File

@@ -1216,6 +1216,7 @@ class i18n_messages(Command):
},
"trust": {
"account": _("Account"),
"add": _("Add trust"),
"admin_account": _("Administrative account"),
"blacklists": _("SID blacklists"),
"details": _("Trust Settings"),