From dc8beec89d891099771fcbbb917b412afecf577d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 15 Jul 2024 18:52:30 +0200 Subject: [PATCH] update translations --- lang/en/texts.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index f092f2cf9c96..ce61a4667396 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5299,6 +5299,8 @@ $lang = array( 'assigned_group' => 'Successfully assigned group', 'merge_to_pdf' => 'Merge to PDF', 'latest_requires_php_version' => 'Note: the latest version requires PHP :version', + 'auto_expand_product_table_notes' => 'Automatically expand products table notes', + 'auto_expand_product_table_notes_help' => 'Automatically expands the notes section within the products table to display more lines.', ); return $lang;