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;