Update SetupTOTPDialog.tsx (#476)

This commit is contained in:
MartinOscar 2024-07-29 11:58:20 +02:00 committed by GitHub
parent 465a03bf0e
commit e1bdf95971
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,7 +127,7 @@ const ConfigureTwoFactorForm = ({ onTokens }: Props) => {
};
export default asDialog({
title: i18n.t('dashboard/account:two_factor.setup.title') ?? 'Enable Two-Step Verification',
title: 'Enable Two-Step Verification',
description:
"Help protect your account from unauthorized access. You'll be prompted for a verification code each time you sign in.",
})(ConfigureTwoFactorForm);