diff options
author | noelyoo <innovation.noel@gmail.com> | 2018-10-10 21:49:04 +0800 |
---|---|---|
committer | noelyoo <innovation.noel@gmail.com> | 2018-10-10 21:49:04 +0800 |
commit | fa228f1c7ed263807f0969119f73c0faad63eb5e (patch) | |
tree | 2797d4eae1f86de26fbcb4adc33ad777c6267b9a /app/_locales/en/messages.json | |
parent | 999a599a78ce742a209d37bf831b89a96e6cc3e5 (diff) | |
download | tangerine-wallet-browser-fa228f1c7ed263807f0969119f73c0faad63eb5e.tar tangerine-wallet-browser-fa228f1c7ed263807f0969119f73c0faad63eb5e.tar.gz tangerine-wallet-browser-fa228f1c7ed263807f0969119f73c0faad63eb5e.tar.bz2 tangerine-wallet-browser-fa228f1c7ed263807f0969119f73c0faad63eb5e.tar.lz tangerine-wallet-browser-fa228f1c7ed263807f0969119f73c0faad63eb5e.tar.xz tangerine-wallet-browser-fa228f1c7ed263807f0969119f73c0faad63eb5e.tar.zst tangerine-wallet-browser-fa228f1c7ed263807f0969119f73c0faad63eb5e.zip |
Alphabetize en locale json keys
Diffstat (limited to 'app/_locales/en/messages.json')
-rw-r--r-- | app/_locales/en/messages.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 6b76140f2..d7cec0619 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -14,6 +14,9 @@ "accountName": { "message": "Account Name" }, + "accountOptions": { + "message": "Account Options" + }, "accountSelectionRequired": { "message": "You need to select an account!" }, @@ -726,9 +729,6 @@ "openInTab": { "message": "Open in tab" }, - "accountOptions": { - "message": "Account Options" - }, "or": { "message": "or", "description": "choice between creating or importing a new account" @@ -745,22 +745,22 @@ "parameters": { "message": "Parameters" }, - "passwordNotLongEnough": { - "message": "Password not long enough" - }, - "passwordsDontMatch": { - "message": "Passwords Don't Match" - }, "password": { "message": "Password" }, "passwordCorrect": { "message": "Please make sure your password is correct." }, + "passwordsDontMatch": { + "message": "Passwords Don't Match" + }, "passwordMismatch": { "message": "passwords don't match", "description": "in password creation process, the two new password fields did not match" }, + "passwordNotLongEnough": { + "message": "Password not long enough" + }, "passwordShort": { "message": "password not long enough", "description": "in password creation process, the password is not long enough to be secure" @@ -863,9 +863,6 @@ "retryWithMoreGas": { "message": "Retry with a higher gas price here" }, - "walletSeed": { - "message": "Wallet Seed" - }, "restore": { "message": "Restore" }, @@ -1264,6 +1261,9 @@ "visitWebSite": { "message": "Visit our web site" }, + "walletSeed": { + "message": "Wallet Seed" + }, "warning": { "message": "Warning" }, |