Skip to content

Commit

Permalink
fix: device link wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
jog1t committed Sep 25, 2024
1 parent 412f8d0 commit 5c62f7d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apps/hub/src/routes/_authenticated/devices.link.$token.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ function DeviceLinkTokenRoute() {
<Layout.Root>
<Card>
<CardHeader>
<CardTitle>Device link completed!</CardTitle>
<CardTitle>Project Linked Successfully</CardTitle>
</CardHeader>
<CardContent>
<Text>You may safely close this tab and return to the CLI.</Text>
<Text>
You may safely close this tab and return to your project.
</Text>
</CardContent>
<CardFooter>
<Button asChild variant="secondary">
Expand All @@ -52,7 +54,7 @@ function DeviceLinkTokenRoute() {
<Layout.Root>
<Card>
<CardHeader>
<CardTitle>Link device</CardTitle>
<CardTitle>Link project</CardTitle>
<CardDescription>
Link your game to your device here to continue with Rivet setup.
</CardDescription>
Expand Down

0 comments on commit 5c62f7d

Please sign in to comment.