fix: 三方认证绑定发通知文案

This commit is contained in:
xinwen
2022-01-12 16:33:45 +08:00
committed by Jiangjie.Bai
parent 1e3a15a3d0
commit 414137cd73
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ class OAuthBindMessage(UserMessage):
def get_html_msg(self) -> dict:
now = local_now_display()
subject = self.oauth_name + _('binding reminder')
subject = self.oauth_name + ' ' + _('binding reminder')
context = dict(
subject=subject,
name=self.user.name,