fix: resolve typos

pull/3083/head
William Grant 11 months ago
parent 273fc42be4
commit 4174ed5715

@ -225,7 +225,7 @@ export const RestoreAccount = () => {
<OnboardDescription>{window.i18n('onboardingRecoveryPassword')}</OnboardDescription>
<SpacerLG />
<SessionInput
ariaLabel="Recovery phrase input"
ariaLabel="Recovery password input"
autoFocus={true}
disableOnBlurEvent={true}
type="password"
@ -243,8 +243,8 @@ export const RestoreAccount = () => {
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',

@ -55,7 +55,7 @@ export const Start = () => {
/>
<SpacerLG />
<SessionButton
ariaLabel={'Restore your session button'}
ariaLabel={'Restore account button'}
buttonColor={SessionButtonColor.White}
onClick={() => {
dispatch(setDirection('forward'));

@ -99,7 +99,7 @@ export const SettingsCategoryRecoveryPassword = () => {
<SpacerMD />
{isQRVisible ? (
<SessionQRCode
id={'session-recovery-passwod'}
id={'session-recovery-password'}
value={hexEncodedSeed}
size={240}
backgroundColor={getThemeValue(
@ -114,7 +114,7 @@ export const SettingsCategoryRecoveryPassword = () => {
logoIsSVG={true}
theme={theme}
ariaLabel={'Recovery Password QR Code'}
dataTestId={'session-recovery-passwod'}
dataTestId={'session-recovery-password'}
/>
) : (
<StyledRecoveryPassword

Loading…
Cancel
Save