diff --git a/service/registrationservice.php b/service/registrationservice.php index 475a039..7a0e3fc 100644 --- a/service/registrationservice.php +++ b/service/registrationservice.php @@ -431,7 +431,7 @@ class RegistrationService { } // Render message in case redirect failed return new TemplateResponse('registration', 'message', - ['msg' => $this->l10n->t('Your account has been successfully created, you can log in now.'), [$this->urlGenerator->getAbsoluteURL('/')]] + ['msg' => $this->l10n->t('Your account has been successfully created, you can log in now.', [$this->urlGenerator->getAbsoluteURL('/')])] , 'guest' );