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:
Stanislav Levin 2018-09-14 11:23:45 +03:00 committed by Serhii Tsymbaliuk
parent 36bfd1f802
commit dcd9034332
2 changed files with 5 additions and 1 deletions

View File

@ -165,7 +165,10 @@ return {
name: 'description'
}
]
}
},
deleter_dialog: {
title: '@i18n:objects.certmap.remove',
},
};};

View File

@ -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"),
},