diff options
author | NeverMin <never.min@gmail.com> | 2016-07-30 11:20:52 +0800 |
---|---|---|
committer | NeverMin <never.min@gmail.com> | 2016-07-30 11:20:52 +0800 |
commit | a939ffe61fddf1ca64ca20b0b14e3b8a5f9230cf (patch) | |
tree | 2b7cf78b7e8bb209fc963a37e8b98a7ed6c166c1 /app/Locale | |
parent | 5e3e001377a750b749f947449fb4134fe81887cf (diff) |
fixed typo
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index a4adece7..b4e9c063 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -105,7 +105,7 @@ return array( 'Add a new task' => '添加新任务', 'The username is required' => '需要用户名', 'The maximum length is %d characters' => '最长%d个英文字符', - 'The minimum length is %d characters' => '最短%d个英文自负', + 'The minimum length is %d characters' => '最短%d个英文字符', 'The password is required' => '需要密码', 'This value must be an integer' => '该值必须为整数', 'The username must be unique' => '用户名必须唯一', |