1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-17 03:51:06 +01:00

Fix minore

This commit is contained in:
MatteoPistorello 2021-12-10 18:09:21 +01:00
parent 0761a120f8
commit c62185c937

View File

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