fix: resolve typos

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

@ -225,7 +225,7 @@ export const RestoreAccount = () => {
<OnboardDescription>{window.i18n('onboardingRecoveryPassword')}</OnboardDescription> <OnboardDescription>{window.i18n('onboardingRecoveryPassword')}</OnboardDescription>
<SpacerLG /> <SpacerLG />
<SessionInput <SessionInput
ariaLabel="Recovery phrase input" ariaLabel="Recovery password input"
autoFocus={true} autoFocus={true}
disableOnBlurEvent={true} disableOnBlurEvent={true}
type="password" type="password"
@ -243,8 +243,8 @@ export const RestoreAccount = () => {
error={recoveryPasswordError} error={recoveryPasswordError}
enableShowHide={true} enableShowHide={true}
showHideAriaLabels={{ showHideAriaLabels={{
hide: 'Hide recovery phrase toggle', hide: 'Hide recovery password toggle',
show: 'Reveal recovery phrase toggle', show: 'Reveal recovery password toggle',
}} }}
showHideDataTestIds={{ showHideDataTestIds={{
hide: 'hide-recovery-phrase-toggle', hide: 'hide-recovery-phrase-toggle',

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

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

Loading…
Cancel
Save