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/ko | |
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/ko')
-rw-r--r-- | app/_locales/ko/messages.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/_locales/ko/messages.json b/app/_locales/ko/messages.json index cadb0da06..4c6541d21 100644 --- a/app/_locales/ko/messages.json +++ b/app/_locales/ko/messages.json @@ -1114,8 +1114,8 @@ "supportCenter": { "message": "지원 센터에 방문하기" }, - "symbolBetweenZeroTen": { - "message": "심볼은 0에서 10개 사이의 문자여야 합니다." + "symbolBetweenZeroTwelve": { + "message": "심볼은 0에서 12개 사이의 문자여야 합니다." }, "takesTooLong": { "message": "너무 오래 걸리나요?" |