From 6defb3ac566858b180711aff55b4fda1b003ff27 Mon Sep 17 00:00:00 2001 From: kngako Date: Fri, 14 Oct 2022 15:01:38 +0200 Subject: [PATCH] Add new key --- locales/en.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/en.yaml b/locales/en.yaml index 200db9c..d5a6804 100644 --- a/locales/en.yaml +++ b/locales/en.yaml @@ -3,6 +3,7 @@ productAmountPrompt: "How much {{bitrefillProductName]} {{categoryType}} to buy amountRangeText: "(min: {{minimumAmount}} {{currencyTicker}}, max: {{maximumAmount}} {{currencyTicker}})" inCurrencyPrompt: "(in {{currencyTicker}})" inputAmountOutOfRangePrompt: "You can't buy airtime out of the defined range" +inputAmountOutOfRangeProductPrompt: "You can't buy {{bitrefillProductName}} out of the defined range" pleaseTryAgain: "Please try again." menu: "Menu" inputAmountImpossible: "You can't buy {{bitrefillProductName}} with the current input {{amountInput}}"