diff options
Diffstat (limited to 'client/src/app/signup')
-rw-r--r-- | client/src/app/signup/signup.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/signup/signup.component.ts b/client/src/app/signup/signup.component.ts index 4a49ead50..72a0c045b 100644 --- a/client/src/app/signup/signup.component.ts +++ b/client/src/app/signup/signup.component.ts | |||
@@ -84,7 +84,7 @@ export class SignupComponent extends FormReactive implements OnInit { | |||
84 | () => { | 84 | () => { |
85 | this.notificationsService.success( | 85 | this.notificationsService.success( |
86 | this.i18n('Success'), | 86 | this.i18n('Success'), |
87 | this.i18n('Registration for {{ username }} complete.', { username: userCreate.username}) | 87 | this.i18n('Registration for {{ username }} complete.', { username: userCreate.username }) |
88 | ) | 88 | ) |
89 | this.redirectService.redirectToHomepage() | 89 | this.redirectService.redirectToHomepage() |
90 | }, | 90 | }, |