chore: first login modify password
This commit is contained in:
@@ -18,5 +18,6 @@ export default {
|
||||
'users.password.lowercase': 'At least one lowercase letter',
|
||||
'users.password.number': 'At least one number',
|
||||
'users.password.special': 'At least one special character',
|
||||
'users.password.length': 'Length between 6 and 12 characters'
|
||||
'users.password.length': 'Length between 6 and 12 characters',
|
||||
'users.password.modify.title': 'Modify Password'
|
||||
};
|
||||
|
||||
@@ -18,5 +18,6 @@ export default {
|
||||
'users.password.lowercase': '至少包含一个小写字母',
|
||||
'users.password.number': '至少包含一个数字',
|
||||
'users.password.special': '至少包含一个特殊字符',
|
||||
'users.password.length': '长度在6至12个字符之间'
|
||||
'users.password.length': '长度在6至12个字符之间',
|
||||
'users.password.modify.title': '修改密码'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user