mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-09 11:19:08 +00:00
fix: 修改翻译
This commit is contained in:
committed by
Jiangjie.Bai
parent
7e638ff8de
commit
42c3c85863
@@ -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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user