Fix minore

This commit is contained in:
MatteoPistorello 2021-12-10 18:09:21 +01:00
parent 0761a120f8
commit c62185c937
1 changed files with 1 additions and 1 deletions

View File

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