From 04a8da23e017e24f9a68221db8f11ad947309a67 Mon Sep 17 00:00:00 2001 From: Manoah Date: Tue, 4 Feb 2025 10:53:16 +0100 Subject: [PATCH] Update attribute for csv filename Corrected example_csv.file_name in Italian to match the expected value --- packages/actions/resources/lang/it/import.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/actions/resources/lang/it/import.php b/packages/actions/resources/lang/it/import.php index 3b96bbaa9f1..59ab823a2f3 100644 --- a/packages/actions/resources/lang/it/import.php +++ b/packages/actions/resources/lang/it/import.php @@ -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.', ],