3 comics per week

This commit is contained in:
Riccardo Giorato
2026-01-29 16:55:54 +01:00
parent 6ed91fffec
commit 7ad2e1b9b7
4 changed files with 12 additions and 37 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ export function ApiKeyModal({ isOpen, onClose, onSubmit }: ApiKeyModalProps) {
<DialogDescription className="text-center text-muted-foreground">
{existingKey
? "Update your Together API key or add a new one. You can also delete your existing key."
: "You've used your weekly credit! Add your Together API key for unlimited generation."}
: "You've used all your weekly credits! Add your Together API key for unlimited generation."}
</DialogDescription>
</DialogHeader>