diff options
author | Thomas Huang <thomas.b.huang@gmail.com> | 2018-11-23 02:39:59 +0800 |
---|---|---|
committer | Thomas Huang <thomas.b.huang@gmail.com> | 2018-11-23 02:39:59 +0800 |
commit | 4054b1cb84f566ce22888bb29c9446760c7caba7 (patch) | |
tree | a1582d7ed939f9f402ec3371f2604fcc10e85642 /app/_locales/en/messages.json | |
parent | 804b273cec61246f0d23efd461ccd2cc5c64bf22 (diff) | |
download | tangerine-wallet-browser-4054b1cb84f566ce22888bb29c9446760c7caba7.tar tangerine-wallet-browser-4054b1cb84f566ce22888bb29c9446760c7caba7.tar.gz tangerine-wallet-browser-4054b1cb84f566ce22888bb29c9446760c7caba7.tar.bz2 tangerine-wallet-browser-4054b1cb84f566ce22888bb29c9446760c7caba7.tar.lz tangerine-wallet-browser-4054b1cb84f566ce22888bb29c9446760c7caba7.tar.xz tangerine-wallet-browser-4054b1cb84f566ce22888bb29c9446760c7caba7.tar.zst tangerine-wallet-browser-4054b1cb84f566ce22888bb29c9446760c7caba7.zip |
Increase Token Symbol length to twelve
Diffstat (limited to 'app/_locales/en/messages.json')
-rw-r--r-- | app/_locales/en/messages.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 14810782a..0fe8e81cd 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -1165,8 +1165,8 @@ "supportCenter": { "message": "Visit our Support Center" }, - "symbolBetweenZeroTen": { - "message": "Symbol must be between 0 and 10 characters." + "symbolBetweenZeroTwelve": { + "message": "Symbol must be between 0 and 12 characters." }, "takesTooLong": { "message": "Taking too long?" |