feat: fix MFA's i18n error (#3273)

This commit is contained in:
DacongDA
2024-10-08 21:58:06 +08:00
committed by GitHub
parent 05830b9ff6
commit 9f4430ed04
26 changed files with 26 additions and 26 deletions

View File

@ -72,7 +72,7 @@ export function MfaAuthVerifyForm({formValues, authParams, mfaProps, application
{i18next.t("mfa:Multi-factor authentication")}
</div>
<div style={{marginBottom: 24}}>
{i18next.t("mfa:Multi-factor authentication description")}
{i18next.t("mfa:You have enabled multi-factor authentication, please enter the authentication code")}
</div>
{mfaType === SmsMfaType || mfaType === EmailMfaType ? (
<MfaVerifySmsForm