fix: 飞书没有翻译

This commit is contained in:
xinwen
2021-08-16 15:55:51 +08:00
committed by 老广
parent 0cd3419e09
commit 7b4faccf05
3 changed files with 40 additions and 31 deletions

View File

@@ -202,7 +202,7 @@ class FeiShuQRLoginCallbackView(AuthMixin, FeiShuQRMixin, View):
user = get_object_or_none(User, feishu_id=user_id)
if user is None:
title = _('FeiShu is not bound')
msg = _('Please login with a password and then bind the WeCom')
msg = _('Please login with a password and then bind the FeiShu')
response = self.get_failed_reponse(login_url, title=title, msg=msg)
return response