Update SetupTOTPDialog.tsx (#476)
This commit is contained in:
parent
465a03bf0e
commit
e1bdf95971
@ -127,7 +127,7 @@ const ConfigureTwoFactorForm = ({ onTokens }: Props) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export default asDialog({
|
export default asDialog({
|
||||||
title: i18n.t('dashboard/account:two_factor.setup.title') ?? 'Enable Two-Step Verification',
|
title: 'Enable Two-Step Verification',
|
||||||
description:
|
description:
|
||||||
"Help protect your account from unauthorized access. You'll be prompted for a verification code each time you sign in.",
|
"Help protect your account from unauthorized access. You'll be prompted for a verification code each time you sign in.",
|
||||||
})(ConfigureTwoFactorForm);
|
})(ConfigureTwoFactorForm);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user