feat: add translations for sign up CTA in login
This commit is contained in:
@@ -97,9 +97,10 @@ function LoginForm() {
|
||||
</LoadingButton>
|
||||
|
||||
<Typography variant="body1" align="center" mt={3}>
|
||||
Don't have an Automatisch account yet?
|
||||
{formatMessage('loginForm.noAccount')}
|
||||
|
||||
<Link component={RouterLink} to={URLS.SIGNUP} underline="none">
|
||||
Sign up
|
||||
{formatMessage('loginForm.signUp')}
|
||||
</Link>
|
||||
</Typography>
|
||||
</Form>
|
||||
|
@@ -119,6 +119,8 @@
|
||||
"loginForm.passwordFieldLabel": "Password",
|
||||
"loginForm.forgotPasswordText": "Forgot password?",
|
||||
"loginForm.submit": "Login",
|
||||
"loginForm.noAccount": "Don't have an Automatisch account yet?",
|
||||
"loginForm.signUp": "Sign up",
|
||||
"forgotPassword.title": "Forgot password",
|
||||
"forgotPassword.submit": "Send reset instructions",
|
||||
"forgotPassword.instructionsSent": "The instructions have been sent!",
|
||||
|
Reference in New Issue
Block a user