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'}
/>
) : (