0
Fork 0
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:
Elias Schneider 2023-12-29 18:09:31 +01:00
parent 5781a7b540
commit 7a301b455c
No known key found for this signature in database
GPG key ID: 07E623B294202B6C

View file

@ -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>