Add title to remove dialog of 'Trusts' entity

To improve translation quality the title of Remove dialog
should be specified explicitly in the spec and should be an
entire sentence.

Fixes: https://pagure.io/freeipa/issue/7699
Reviewed-By: Serhii Tsymbaliuk <stsymbal@redhat.com>
This commit is contained in:
Stanislav Levin 2018-09-14 13:20:30 +03:00 committed by Serhii Tsymbaliuk
parent 291ea453b8
commit 3e1a4a1d05
2 changed files with 5 additions and 1 deletions

View File

@ -331,7 +331,10 @@ return {
widget: 'method'
}
]
}
},
deleter_dialog: {
title: '@i18n:objects.trust.remove',
},
};};
IPA.trust.adder_dialog = function(spec) {

View File

@ -944,6 +944,7 @@ class i18n_messages(Command):
"ipantflatname": _("Domain NetBIOS name"),
"ipanttrusteddomainsid": _("Domain Security Identifier"),
"preshared_password": _("Pre-shared password"),
"remove": _("Remove trusts"),
"trustdirection": _("Trust direction"),
"truststatus": _("Trust status"),
"trusttype": _("Trust type"),