Skip to content

Commit 35ccd8e

Browse files
committed
Fix broken alert emssage in registration proccess (Ref #843)
1 parent 5b25fc8 commit 35ccd8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/sprinkles/account/src/Controller/AccountController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ public function register(Request $request, Response $response, $args)
797797

798798
if (!$defaultGroup) {
799799
$e = new HttpException("Account registration is not working because the default group '$groupSlug' does not exist.");
800-
$e->addUserMessage('ACCOUNT.REGISTRATION_BROKEN');
800+
$e->addUserMessage('REGISTRATION.BROKEN');
801801
throw $e;
802802
}
803803

0 commit comments

Comments
 (0)