From a0423a9cc3f2bc86a30c9631867ab346ef58bd2f Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 28 Feb 2024 11:08:56 +0000 Subject: [PATCH] Added translations Signed-off-by: snipe --- resources/lang/en-US/admin/licenses/general.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/en-US/admin/licenses/general.php b/resources/lang/en-US/admin/licenses/general.php index b2766d063e..79b69a3d94 100644 --- a/resources/lang/en-US/admin/licenses/general.php +++ b/resources/lang/en-US/admin/licenses/general.php @@ -45,4 +45,7 @@ return array( ], ], + + 'below_threshold' => 'There are only :remaining_count seats left for this license with a minimum quantity of :min_amt. You may want to consider purchasing more seats.', + 'below_threshold_short' => 'This item is below the minimum required quantity.', );