提交 f6622f5e 编写于 作者: B Bai 提交者: Jiangjie.Bai

fix: 修改翻译

上级 31f09844
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册