Merge branch 'master' into admin-email-confirmation

This commit is contained in:
Moriz Wahl 2022-02-11 15:05:06 +01:00 committed by GitHub
commit e9149d9644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ export const accountActivation = {
text: (data: { link: string; firstName: string; lastName: string; email: string }): string =>
`Hallo ${data.firstName} ${data.lastName},
Deine EMail wurde soeben bei Gradido registriert.
Deine E-Mail-Adresse wurde soeben bei Gradido registriert.
Klicke bitte auf diesen Link, um die Registrierung abzuschließen und dein Gradido-Konto zu aktivieren:
${data.link}

View File

@ -85,7 +85,7 @@ describe('Thx', () => {
})
it('links the redirect button to /login', () => {
expect(wrapper.find('a.btn').attributes('href')).toBe('/overview')
expect(wrapper.find('a.btn').attributes('href')).toBe('/login')
})
})

View File

@ -34,7 +34,7 @@ const textFields = {
headline: 'site.thx.title',
subtitle: 'site.thx.register',
button: 'site.login.signin',
linkTo: '/overview',
linkTo: '/login',
},
checkEmail: {
headline: 'site.thx.title',