mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
Add title to remove dialog of 'Certificate Identity Mapping Rules' 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
36bfd1f802
commit
dcd9034332
@ -165,7 +165,10 @@ return {
|
||||
name: 'description'
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
deleter_dialog: {
|
||||
title: '@i18n:objects.certmap.remove',
|
||||
},
|
||||
};};
|
||||
|
||||
|
||||
|
@ -545,6 +545,7 @@ class i18n_messages(Command):
|
||||
"deleter_title": _("Remove Certificate Mapping Data"),
|
||||
"issuer": _("Issuer"),
|
||||
"issuer_subject": _("Issuer and subject"),
|
||||
"remove": _("Remove certificate identity mapping rules"),
|
||||
"subject": _("Subject"),
|
||||
"version": _("Version"),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user