From 18538825a2467c5bb2aabedb65934b93c160a2ae Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 26 Sep 2023 23:11:33 +1000 Subject: [PATCH] Updates for translations --- lang/en/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/texts.php b/lang/en/texts.php index 7aa15e4193f8..626c69b9a22e 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5176,7 +5176,7 @@ $LANG = array( 'email_delivered' => 'Email Delivered', 'log' => 'Log', 'classification' => 'Classification', - 'stock_quantity_label' => 'Stock :quantity', + 'stock_quantity_number' => 'Stock :quantity', ); return $LANG;