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 '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:
parent
d23376f54f
commit
2d9cdd924d
@ -117,6 +117,7 @@ return {
|
||||
height: '300'
|
||||
},
|
||||
deleter_dialog: {
|
||||
title: '@i18n:objects.automember.remove',
|
||||
$factory: IPA.automember.rule_deleter_dialog
|
||||
}
|
||||
};};
|
||||
|
@ -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"),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user