From 564754337abad05df11b2e7c6d499d2bc7aa4bb3 Mon Sep 17 00:00:00 2001 From: keeri Date: Mon, 3 Apr 2023 09:21:16 +0000 Subject: [PATCH] fix misleading UX "the bar should be green" --- src/assets/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 2029c63..f776630 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -283,7 +283,7 @@ "password-must-be-at-least-x-characters-long": "Password must be at least {{ minCharacters }} characters long", "passwords-do-not-match": "Passwords do not match!" }, - "for-the-safety-of-your-funds-use-a-secure-password": "For the safety of your funds, use a secure password (the bar should be green).", + "for-the-safety-of-your-funds-use-a-secure-password": "For the safety of your funds, use a secure password.", "set-wallet-password": "Set Wallet Password", "while-the-application-is-locked-the-secret-recovery-phrase-will-be-encrypted": "While the application is locked, the secret recovery phrase will be encrypted, which prevents sending/receiving funds and managing accounts." }