diff --git a/zh-CN/reminders.php b/zh-CN/reminders.php index bb0e9a89b7c..f23f051d83a 100644 --- a/zh-CN/reminders.php +++ b/zh-CN/reminders.php @@ -13,7 +13,7 @@ | */ - "password" => "密码必须是六位字符并且匹配。", + "password" => "密码必须至少是六位字符并且匹配。", "user" => "找不到该邮箱对应的用户。", diff --git a/zh-HK/reminders.php b/zh-HK/reminders.php index 75505977fb8..f5ea1d77781 100644 --- a/zh-HK/reminders.php +++ b/zh-HK/reminders.php @@ -13,7 +13,7 @@ | */ - "password" => "密碼必須為六位字符且與密碼確認欄位的輸入相符。", + "password" => "密碼必須至少為六位字符且與密碼確認欄位的輸入相符。", "user" => "找不到該電郵地址所對應的用戶。", diff --git a/zh-TW/reminders.php b/zh-TW/reminders.php index b93bba4f8ff..14f10636a5f 100644 --- a/zh-TW/reminders.php +++ b/zh-TW/reminders.php @@ -13,7 +13,7 @@ | */ - "password" => "密碼必須為六位字符且與密碼確認欄位的輸入相符。", + "password" => "密碼必須至少為六位字符且與密碼確認欄位的輸入相符。", "user" => "找不到該電郵地址所對應的用戶。",