We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b263ac commit 1593597Copy full SHA for 1593597
apps/nextjs/src/app/registered/page.tsx
@@ -8,7 +8,9 @@ const SuccessPage: React.FC = () => {
8
<Alert>
9
<AlertTitle>Success!</AlertTitle>
10
<AlertDescription>
11
- Your account on "scouting-app" has been created successfully.
+ Your account on the Scouting App has been successfully created.
12
+ <br />
13
+ You will be assigned scouting roles & matches soon.
14
</AlertDescription>
15
</Alert>
16
</div>
0 commit comments