Fix minori dicitura export csv

This commit is contained in:
MatteoPistorello 2021-09-14 15:01:06 +02:00
parent aad5b21a45
commit 23b31347e4
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ if (App::debug()) {
$operations['export-csv'] = [
'text' => '<span><i class="fa fa-download"></i> '.tr('Esporta selezionati').'</span> <span class="label label-danger" >beta</span>',
'data' => [
'msg' => tr('Vuoi davvero esportare un CSV con tutte le anagrafiche?'),
'msg' => tr('Vuoi davvero esportare un CSV con le anagrafiche selezionate?'),
'button' => tr('Procedi'),
'class' => 'btn btn-lg btn-danger',
'blank' => true,

View File

@ -387,7 +387,7 @@ if (App::debug()) {
$operations['export-csv'] = [
'text' => '<span><i class="fa fa-download"></i> '.tr('Esporta selezionati').'</span> <span class="label label-danger" >beta</span>',
'data' => [
'msg' => tr('Vuoi davvero esportare un CSV con tutte le fatture?'),
'msg' => tr('Vuoi davvero esportare un CSV con le fatture selezionate?'),
'button' => tr('Procedi'),
'class' => 'btn btn-lg btn-danger',
'blank' => true,