From 25e7179c99510d9ce6a59ef0172d853dcd8c986d Mon Sep 17 00:00:00 2001 From: kngako Date: Sun, 5 May 2024 00:20:33 +0200 Subject: [PATCH] Shorter text is better --- locales/en.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.yaml b/locales/en.yaml index 4b8b3ac..e405abf 100644 --- a/locales/en.yaml +++ b/locales/en.yaml @@ -29,7 +29,7 @@ mostFrequent: "Most Frequents" inputReceipentToBuy: "Please input the {{{recipientText}}} you want to buy {{{bitrefillProductName}}} for:" vendorNotFound: "Couldn't find a vendor for your input. Please try again." enterPinToSend: "Enter your Machankura PIN to send {{{amountText}}} to {{{receiver}}}:" -lowBalancePleaseIncrease: "Your balance ({{{balance}}} {{{currencyTicker}}}) is too low. Please increase your balance or send lower amount then {{{amountText}}}" +lowBalancePleaseIncrease: "Your balance ({{{balance}}} {{{currencyTicker}}}) is too low. Increase balance or send lower amount then {{{amountText}}}" cannotSendToYourself: "You cannot send transactions to yourself. Please try again with different receiver." successfullySent: "You have successfully sent {{{amountText}}} to {{{receiver}}}." failedToSend: "Failed to send {{{amountText}}} to {{{receiver}}}. Please try again later."