Skip to content

Commit

Permalink
polish copy
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Wickett <[email protected]>
  • Loading branch information
panteliselef and mwickett authored Dec 11, 2024
1 parent cfccc3a commit 3ae076d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/clerk-js/src/ui/components/KeylessPrompt/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,12 +324,11 @@ const _KeylessPrompt = (_props: KeylessPromptProps) => {
>
{claimed ? (
<>
You claimed your application, but haven&apos;t added the keys to the .env file. Get your keys from API
Keys page in dashboard
You claimed this application, but haven&apos;t set keys in your environment. Get your keys from the Clerk Dashboard.
</>
) : (
<>
We noticed your app was running without API Keys. Claim this instance by linking a Clerk account.{' '}
API keys were missing so we generated them for you. Link this instance to your Clerk account to make configuration changes.{' '}
<Link
href='https://clerk.com/docs/keyless'
sx={t => ({
Expand Down

0 comments on commit 3ae076d

Please sign in to comment.