Skip to content

Commit

Permalink
Update attribute for csv filename
Browse files Browse the repository at this point in the history
Corrected example_csv.file_name in Italian to match the expected value
  • Loading branch information
Manoah1988 authored Feb 4, 2025
1 parent 19c4b57 commit 04a8da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/actions/resources/lang/it/import.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
],

'example_csv' => [
'file_name' => ':importatore-esempio',
'file_name' => ':importer-example',
],

'failure_csv' => [
'file_name' => 'import-:import_id-:csv_nome-righe-fallite',
'file_name' => 'import-:import_id-:csv_name-failed-rows',
'error_header' => 'errore',
'system_error' => 'Errore di sistema, per favore contatta il supporto.',
],
Expand Down

0 comments on commit 04a8da2

Please sign in to comment.