mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-17 12:43:13 +02:00
fix: missing translations on reset password page
This commit is contained in:
@@ -68,13 +68,13 @@ const ResetPassword = () => {
|
|||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<PasswordInput
|
<PasswordInput
|
||||||
label={t("resetPassword.text.password")}
|
label={t("resetPassword.input.password")}
|
||||||
placeholder="••••••••••"
|
placeholder="••••••••••"
|
||||||
{...form.getInputProps("password")}
|
{...form.getInputProps("password")}
|
||||||
/>
|
/>
|
||||||
<Group position="right" mt="lg">
|
<Group position="right" mt="lg">
|
||||||
<Button type="submit" className={classes.control}>
|
<Button type="submit" className={classes.control}>
|
||||||
<FormattedMessage id="resetPassword.button.resetPassword" />
|
<FormattedMessage id="resetPassword.text.resetPassword" />
|
||||||
</Button>
|
</Button>
|
||||||
</Group>
|
</Group>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user