From 6e41d748d2c45a5a029e63ea3201ae7ab36bcb7a Mon Sep 17 00:00:00 2001 From: dasilvarosa Date: Thu, 19 Jul 2018 11:51:37 +0200 Subject: [PATCH] Fixed grammar mistake in insufficient balance error msg --- static/i18n/en/errors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/i18n/en/errors.json b/static/i18n/en/errors.json index 235669aa..740bb80b 100644 --- a/static/i18n/en/errors.json +++ b/static/i18n/en/errors.json @@ -96,7 +96,7 @@ "description": "Something went wrong with address calculation, try again or contact Ledger Support." }, "NotEnoughBalance": { - "title": "Oops, not enough balance", + "title": "Oops, insufficient balance", "description": "Make sure the account to debit has sufficient balance" }, "PasswordsDontMatch": {