From 405c340318e1c7248879ad341eb897a77c1941d8 Mon Sep 17 00:00:00 2001 From: SiderealArt Date: Mon, 7 Jun 2021 01:06:22 +0800 Subject: [PATCH] Update strings.js --- public/src/js/strings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/src/js/strings.js b/public/src/js/strings.js index d3b30b1..9727db5 100644 --- a/public/src/js/strings.js +++ b/public/src/js/strings.js @@ -1092,7 +1092,7 @@ var translations = { invalid_password: { ja: null, en: "Cannot use this password, please check that your password is at least 6 characters long", - tw: "無法使用此密碼,密碼至少要 6 個字。" + tw: "無法使用此密碼,密碼長度至少要 6 個字。" }, invalid_username_password: { ja: null, @@ -1117,7 +1117,7 @@ var translations = { invalid_new_password: { ja: null, en: "Cannot use this password, please check that your new password is at least 6 characters long", - tw: "無法使用此密碼,請確認您的新密碼的長度大於 6 個字" + tw: "無法使用此密碼,您的新密碼長度至少要 6 個字" }, verify_password_invalid: { ja: null,