mirror of https://github.com/jumpserver/jumpserver
fix: 修改翻译
parent
31f098449f
commit
f6622f5e01
Binary file not shown.
|
@ -4085,7 +4085,7 @@ msgstr "邮箱地址错误,重新输入"
|
|||
|
||||
#: users/views/profile/reset.py:51
|
||||
msgid ""
|
||||
"The user is from A, please go to the corresponding system to change the "
|
||||
"The user is from {}, please go to the corresponding system to change the "
|
||||
"password"
|
||||
msgstr "用户来自 {} 请去相应系统修改密码"
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ class UserForgotPasswordView(FormView):
|
|||
|
||||
if not user.is_local:
|
||||
error = _(
|
||||
'The user is from A, please go to the corresponding system to change the password'
|
||||
'The user is from {}, please go to the corresponding system to change the password'
|
||||
''.format(user.get_source_display())
|
||||
)
|
||||
form.add_error('email', error)
|
||||
|
|
Loading…
Reference in New Issue