mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
Set default confirmation button label to 'Remove'
Part of: https://fedorahosted.org/freeipa/ticket/5831 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
parent
df56fd3371
commit
2232a5bb09
@ -1677,7 +1677,8 @@ IPA.custom_command_multivalued_widget = function(spec) {
|
||||
var spec = that.remove_dialog_spec || {
|
||||
title: title,
|
||||
message: message,
|
||||
on_ok: perform_remove
|
||||
on_ok: perform_remove,
|
||||
ok_label: '@i18n:buttons.remove'
|
||||
};
|
||||
|
||||
that.remove_dialog = IPA.confirm_dialog(spec);
|
||||
|
Loading…
Reference in New Issue
Block a user