forked from mirror/cinny
fix typo in reset password screen
This commit is contained in:
parent
a1fc66b0b6
commit
f9d0407074
1 changed files with 1 additions and 1 deletions
|
@ -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