feat: add translations for sign up CTA in login

This commit is contained in:
Ali BARIN
2023-03-03 18:15:49 +00:00
parent 5b335ccd59
commit 7d9f624805
2 changed files with 5 additions and 2 deletions

View File

@@ -97,9 +97,10 @@ function LoginForm() {
</LoadingButton>
<Typography variant="body1" align="center" mt={3}>
Don't have an Automatisch account yet?&nbsp;
{formatMessage('loginForm.noAccount')}
&nbsp;
<Link component={RouterLink} to={URLS.SIGNUP} underline="none">
Sign up
{formatMessage('loginForm.signUp')}
</Link>
</Typography>
</Form>