mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
291ea453b8
commit
3e1a4a1d05
@ -331,7 +331,10 @@ return {
|
||||
widget: 'method'
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
deleter_dialog: {
|
||||
title: '@i18n:objects.trust.remove',
|
||||
},
|
||||
};};
|
||||
|
||||
IPA.trust.adder_dialog = function(spec) {
|
||||
|
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user