mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-23 12:29:58 +01:00
Fix minori dicitura export csv
This commit is contained in:
parent
aad5b21a45
commit
23b31347e4
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user