It is possible to change the confirmation template (ask_confirm = > true) or if there is a way to change the buttons and be able to customize them
In code what I do is
$actions['changeStatus'] = array(
'label' => 'Cambiar Estado',
'ask_confirmation' => true,
);