1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-13 13:08:19 +00:00

At the locales replaced 6 with MIN_PASSWORD_LENGTH

This commit is contained in:
Bwko
2016-12-26 23:28:04 +01:00
parent 71dee6b7c0
commit 98b0688921
20 changed files with 20 additions and 20 deletions

View File

@@ -165,7 +165,7 @@ send_reset_mail=单击此处(重新)发送您的密码重置邮件
reset_password=重置密码
invalid_code=对不起,您的确认代码已过期或已失效。
reset_password_helper=单击此处重置密码
password_too_short=密码长度不能少于 6 位!
password_too_short=密码长度不能少于 %d 位!
non_local_account=非本地类型的帐户无法通过 Gitea 修改密码。
[mail]