big-265: fixed forgot password text

This commit is contained in:
Allan Ibutiti
2024-11-07 12:13:59 +03:00
parent 94223b6ebf
commit 850f4956cb
4 changed files with 6 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ function LoginFooterLinks() {
)}
<AuthFooterLink>
<Link to={'/auth/send_reset_password'}>
<T id={'forget_my_password'} />
<T id={'forgot_my_password'} />
</Link>
</AuthFooterLink>
</AuthFooterLinks>

View File

@@ -99,7 +99,7 @@ function RegisterFooterLinks() {
<AuthFooterLink>
<Link to={'/auth/send_reset_password'}>
<T id={'forget_my_password'} />
<T id={'forgot_my_password'} />
</Link>
</AuthFooterLink>
</AuthFooterLinks>