perf: 修改翻译

This commit is contained in:
Bai
2021-05-13 19:43:02 +08:00
committed by Jiangjie.Bai
parent 0ecd9fa32a
commit 6a4bc1f8b3
3 changed files with 17 additions and 340 deletions

View File

@@ -192,7 +192,7 @@ class DingTalkQRLoginCallbackView(AuthMixin, DingTalkQRMixin, View):
user = get_object_or_none(User, dingtalk_id=userid)
if user is None:
title = _('DingTalk is not bound')
msg = _('Please login with a password and then bind the WoCom')
msg = _('Please login with a password and then bind the WeCom')
response = self.get_failed_reponse(login_url, title=title, msg=msg)
return response