Add title to remove dialog of 'Automember' 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-13 22:18:00 +03:00 committed by Serhii Tsymbaliuk
parent d23376f54f
commit 2d9cdd924d
2 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,7 @@ return {
height: '300'
},
deleter_dialog: {
title: '@i18n:objects.automember.remove',
$factory: IPA.automember.rule_deleter_dialog
}
};};

View File

@ -418,6 +418,7 @@ class i18n_messages(Command):
"hostgrouprule": _("Host group rule"),
"hostgrouprules": _("Host group rules"),
"inclusive": _("Inclusive"),
"remove": _("Remove auto membership rules"),
"usergrouprule": _("User group rule"),
"usergrouprules": _("User group rules"),
},