diff --git a/apps/web/src/lib/components/NewDeckCard.svelte b/apps/web/src/lib/components/NewDeckCard.svelte index 079136b..b8d9fa7 100644 --- a/apps/web/src/lib/components/NewDeckCard.svelte +++ b/apps/web/src/lib/components/NewDeckCard.svelte @@ -275,7 +275,9 @@

Generiere… ca. 10–60 s

{/if} {#if imageGenerating} -

Analysiere Bild… ca. 15–60 s

+

+ {imageFiles.length > 0 && imageUrl.trim() ? 'Bild + URL' : imageUrl.trim() ? 'URL' : 'Bild'} wird analysiert… ca. 15–60 s +

{/if}
@@ -287,7 +289,7 @@