1
0
Fork 0
forked from mirror/cinny

fix typo in reset password screen

This commit is contained in:
Ajay Bura 2024-01-21 13:48:32 +05:30
parent a1fc66b0b6
commit f9d0407074

View file

@ -29,7 +29,7 @@ export function ResetPassword() {
<span data-spacing-node />
<Text align="Center">
Remember you password? <Link to={getLoginPath(server)}>Login</Link>
Remember your password? <Link to={getLoginPath(server)}>Login</Link>
</Text>
</Box>
);