diff --git a/resources/lang/pl_PL/csv.php b/resources/lang/pl_PL/csv.php index ff59405d6f..9d68a96060 100644 --- a/resources/lang/pl_PL/csv.php +++ b/resources/lang/pl_PL/csv.php @@ -16,7 +16,7 @@ return [ // initial config 'initial_title' => 'Import setup (1/3) - Basic CSV import setup', 'initial_text' => 'To be able to import your file correctly, please validate the options below.', - 'initial_box' => 'Basic CSV import setup', + 'initial_box' => 'Podstawowa konfiguracja importu CSV', 'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.', 'initial_date_help' => 'Date time format in your CSV. Follow the format like this page indicates. The default value will parse dates that look like this: :dateExample.', 'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',