Skip to content

Commit 7cd4c8e

Browse files
committed
update content
1 parent a34fcb9 commit 7cd4c8e

File tree

1 file changed

+3
-3
lines changed
  • packages/ui/src/components/devPrompts/KeylessPrompt

1 file changed

+3
-3
lines changed

packages/ui/src/components/devPrompts/KeylessPrompt/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ const KeylessPromptInternal = (_props: KeylessPromptProps) => {
425425
text-wrap: pretty;
426426
`}
427427
>
428-
We generated temporary API keys so you can quickly test out Clerk.
428+
Temporary API keys are enabled so you can get started immediately.
429429
</p>
430430
<p
431431
css={css`
@@ -437,8 +437,8 @@ const KeylessPromptInternal = (_props: KeylessPromptProps) => {
437437
text-wrap: pretty;
438438
`}
439439
>
440-
Claim this application to access the Clerk dashboard where you can configure changes (e.g. add
441-
Google SSO).
440+
Claim this application to access the Clerk Dashboard where you can manage auth settings and explore
441+
more Clerk features.
442442
</p>
443443
</>
444444
)}

0 commit comments

Comments
 (0)