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

@@ -190,7 +190,7 @@ class WeComQRLoginCallbackView(AuthMixin, WeComQRMixin, View):
user = get_object_or_none(User, wecom_id=wecom_userid)
if user is None:
title = _('WeCom 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