fix: 修改翻译

This commit is contained in:
Michael Bai
2021-09-09 21:11:26 +08:00
committed by Jiangjie.Bai
parent 7e638ff8de
commit 42c3c85863
5 changed files with 44 additions and 131 deletions

View File

@@ -43,7 +43,7 @@ class UserLoginForm(forms.Form):
class UserCheckOtpCodeForm(forms.Form):
code = forms.CharField(label=_('Code'), max_length=6)
code = forms.CharField(label=_('MFA Code'), max_length=6)
mfa_type = forms.CharField(label=_('MFA type'), max_length=6)