From 55ba6279a4f841d8c3f800bec90b52067e403fc5 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 23 Oct 2024 19:14:17 +0100 Subject: [PATCH] Use trans_choice on alert menu Signed-off-by: snipe --- resources/lang/en-US/general.php | 2 +- resources/views/layouts/default.blade.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/en-US/general.php b/resources/lang/en-US/general.php index c2ca8bf4c7..a2a075eed0 100644 --- a/resources/lang/en-US/general.php +++ b/resources/lang/en-US/general.php @@ -230,7 +230,7 @@ return [ 'purchase_date' => 'Purchase Date', 'qty' => 'QTY', 'quantity' => 'Quantity', - 'quantity_minimum' => 'You have :count items below or almost below minimum quantity levels', + 'quantity_minimum' => 'You have one item below or almost below minimum quantity levels|You have :count items below or almost below minimum quantity levels', 'quickscan_checkin' => 'Quick Scan Checkin', 'quickscan_checkin_status' => 'Checkin Status', 'ready_to_deploy' => 'Ready to Deploy', diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index 81440136f3..1bf7db6f65 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -279,7 +279,7 @@ dir="{{ Helper::determineLanguageDirection() }}"> @endif