From 4174ed57153e0373977788c0b27f56f19516dcf6 Mon Sep 17 00:00:00 2001 From: William Grant Date: Mon, 27 May 2024 14:49:23 +1000 Subject: [PATCH] fix: resolve typos --- ts/components/registration/stages/RestoreAccount.tsx | 6 +++--- ts/components/registration/stages/Start.tsx | 2 +- ts/components/settings/section/CategoryRecoveryPassword.tsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ts/components/registration/stages/RestoreAccount.tsx b/ts/components/registration/stages/RestoreAccount.tsx index c6beb904d..28ef2479c 100644 --- a/ts/components/registration/stages/RestoreAccount.tsx +++ b/ts/components/registration/stages/RestoreAccount.tsx @@ -225,7 +225,7 @@ export const RestoreAccount = () => { {window.i18n('onboardingRecoveryPassword')} { error={recoveryPasswordError} enableShowHide={true} showHideAriaLabels={{ - hide: 'Hide recovery phrase toggle', - show: 'Reveal recovery phrase toggle', + hide: 'Hide recovery password toggle', + show: 'Reveal recovery password toggle', }} showHideDataTestIds={{ hide: 'hide-recovery-phrase-toggle', diff --git a/ts/components/registration/stages/Start.tsx b/ts/components/registration/stages/Start.tsx index fe6affd0b..474635ebf 100644 --- a/ts/components/registration/stages/Start.tsx +++ b/ts/components/registration/stages/Start.tsx @@ -55,7 +55,7 @@ export const Start = () => { /> { dispatch(setDirection('forward')); diff --git a/ts/components/settings/section/CategoryRecoveryPassword.tsx b/ts/components/settings/section/CategoryRecoveryPassword.tsx index 54ca60dc6..9eab10090 100644 --- a/ts/components/settings/section/CategoryRecoveryPassword.tsx +++ b/ts/components/settings/section/CategoryRecoveryPassword.tsx @@ -99,7 +99,7 @@ export const SettingsCategoryRecoveryPassword = () => { {isQRVisible ? ( { logoIsSVG={true} theme={theme} ariaLabel={'Recovery Password QR Code'} - dataTestId={'session-recovery-passwod'} + dataTestId={'session-recovery-password'} /> ) : (