Skip to content

Commit

Permalink
Update ApiKeyModal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 6, 2024
1 parent 06e8a41 commit 863d7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/components/dashboard/ApiKeyModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const ApiKeyModal = ({ apiKey }: Props) => {
<>
<h3 css={tw`mb-6 text-2xl`}>Your API Key</h3>
<p css={tw`text-sm mb-6`}>
The API key you have requested is shown below. Please store this in a safe location, it will not be
The API key you have requested is shown below. For safety reasons, please store this in a safe location, it will not be

Check failure on line 19 in resources/scripts/components/dashboard/ApiKeyModal.tsx

View workflow job for this annotation

GitHub Actions / TypeScript

Delete `·it·will·not·be`
shown again.

Check failure on line 20 in resources/scripts/components/dashboard/ApiKeyModal.tsx

View workflow job for this annotation

GitHub Actions / TypeScript

Insert `·it·will·not·be`
</p>
<pre css={tw`text-sm bg-neutral-900 rounded py-2 px-4 font-mono`}>
Expand Down

0 comments on commit 863d7f2

Please sign in to comment.