mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-01-29 01:28:29 +00:00
fix typo in reset password screen
This commit is contained in:
parent
a1fc66b0b6
commit
f9d0407074
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue