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 'Certificates' 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
4bd03e4723
commit
c38aab1045
@ -51,6 +51,7 @@ function(IPA, $, phases, reg, cert) {
|
||||
}
|
||||
],
|
||||
adder_dialog: {
|
||||
title: '@i18n:objects.ca.add',
|
||||
fields: [
|
||||
{
|
||||
$type: 'text',
|
||||
|
@ -84,6 +84,7 @@ var spec = {
|
||||
}
|
||||
],
|
||||
adder_dialog: {
|
||||
title: '@i18n:objects.caacl.add',
|
||||
fields: [
|
||||
'cn',
|
||||
{
|
||||
|
@ -504,9 +504,11 @@ class i18n_messages(Command):
|
||||
"remove": _("Remove automount maps"),
|
||||
},
|
||||
"ca": {
|
||||
"add": _("Add certificate authority"),
|
||||
"remove": _("Remove certificate authorities"),
|
||||
},
|
||||
"caacl": {
|
||||
"add": _("Add CA ACL"),
|
||||
"all": _("All"),
|
||||
"any_ca": _("Any CA"),
|
||||
"any_host": _("Any Host"),
|
||||
|
Loading…
Reference in New Issue
Block a user