Skip to content

Commit

Permalink
Better language for invalid api key
Browse files Browse the repository at this point in the history
  • Loading branch information
benjreinhart committed Jul 19, 2024
1 parent a920c5f commit 075a77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/components/generate-srcbook-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default function GenerateSrcbookModal({
function APIKeyWarning() {
return (
<div className="flex items-center justify-between bg-sb-yellow-20 text-sb-yellow-80 rounded-sm text-sm font-medium px-3 py-2">
<p>API key required</p>
<p>API key is invalid</p>
<Link to="/settings" className="underline">
Settings
</Link>
Expand Down

0 comments on commit 075a77b

Please sign in to comment.