Skip to content

Commit 1593597

Browse files
committed
Update success message in registered page
1 parent 3b263ac commit 1593597

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/nextjs/src/app/registered/page.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ const SuccessPage: React.FC = () => {
88
<Alert>
99
<AlertTitle>Success!</AlertTitle>
1010
<AlertDescription>
11-
Your account on "scouting-app" has been created successfully.
11+
Your account on the Scouting App has been successfully created.
12+
<br />
13+
You will be assigned scouting roles & matches soon.
1214
</AlertDescription>
1315
</Alert>
1416
</div>

0 commit comments

Comments
 (0)