mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-02-19 01:55:48 -05:00
fix: missing translations on reset password page
This commit is contained in:
parent
5781a7b540
commit
7a301b455c
1 changed files with 2 additions and 2 deletions
|
@ -68,13 +68,13 @@ const ResetPassword = () => {
|
|||
})}
|
||||
>
|
||||
<PasswordInput
|
||||
label={t("resetPassword.text.password")}
|
||||
label={t("resetPassword.input.password")}
|
||||
placeholder="••••••••••"
|
||||
{...form.getInputProps("password")}
|
||||
/>
|
||||
<Group position="right" mt="lg">
|
||||
<Button type="submit" className={classes.control}>
|
||||
<FormattedMessage id="resetPassword.button.resetPassword" />
|
||||
<FormattedMessage id="resetPassword.text.resetPassword" />
|
||||
</Button>
|
||||
</Group>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue