Skip to content

Commit

Permalink
Merge pull request #339 from zhuzhichao/master
Browse files Browse the repository at this point in the history
update reminders.php. The password is required 'at least'
  • Loading branch information
caouecs committed Feb 7, 2015
2 parents 5882df5 + 9fe637a commit 94a9394
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion zh-CN/reminders.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

"password" => "密码必须是六位字符并且匹配",
"password" => "密码必须至少是六位字符并且匹配",

"user" => "找不到该邮箱对应的用户。",

Expand Down
2 changes: 1 addition & 1 deletion zh-HK/reminders.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

"password" => "密碼必須為六位字符且與密碼確認欄位的輸入相符",
"password" => "密碼必須至少為六位字符且與密碼確認欄位的輸入相符",

"user" => "找不到該電郵地址所對應的用戶。",

Expand Down
2 changes: 1 addition & 1 deletion zh-TW/reminders.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

"password" => "密碼必須為六位字符且與密碼確認欄位的輸入相符",
"password" => "密碼必須至少為六位字符且與密碼確認欄位的輸入相符",

"user" => "找不到該電郵地址所對應的用戶。",

Expand Down

0 comments on commit 94a9394

Please sign in to comment.