24 lines
313 B
PHP
24 lines
313 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'confirmation' => '¿Está segura/o de hacer esto?',
|
|
|
|
'actions' => [
|
|
|
|
'cancel' => [
|
|
'label' => 'Cancelar',
|
|
],
|
|
|
|
'confirm' => [
|
|
'label' => 'Confirmar',
|
|
],
|
|
|
|
'submit' => [
|
|
'label' => 'Enviar',
|
|
],
|
|
|
|
],
|
|
|
|
];
|