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 'Password Policies' 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
772e096de0
commit
8d13d4efca
@ -93,7 +93,10 @@ return {
|
||||
}
|
||||
],
|
||||
height: 300
|
||||
}
|
||||
},
|
||||
deleter_dialog: {
|
||||
title: '@i18n:objects.pwpolicy.remove',
|
||||
},
|
||||
};};
|
||||
|
||||
exp.krbtpolicy = IPA.krbtpolicy = {};
|
||||
@ -135,4 +138,4 @@ exp.register = function() {
|
||||
phases.on('registration', exp.register);
|
||||
|
||||
return exp;
|
||||
});
|
||||
});
|
||||
|
@ -763,6 +763,7 @@ class i18n_messages(Command):
|
||||
},
|
||||
"pwpolicy": {
|
||||
"identity": _("Password Policy"),
|
||||
"remove": _("Remove password policies"),
|
||||
},
|
||||
"idrange": {
|
||||
"details": _("Range Settings"),
|
||||
|
Loading…
Reference in New Issue
Block a user