diff --git a/app/components/NotifyMeForm.tsx b/app/components/NotifyMeForm.tsx index 8bcbad7..78ef7d2 100644 --- a/app/components/NotifyMeForm.tsx +++ b/app/components/NotifyMeForm.tsx @@ -67,8 +67,8 @@ export function NotifyMeForm({ productId, variantName = "" }: { productId: numbe type="email" value={email} onChange={(e) => setEmail(e.target.value)} - placeholder="E-Mail-Adresse" - aria-label="E-Mail-Adresse für Verfügbarkeits-Info" + placeholder="Bei Verfügbarkeit benachrichtigen" + aria-label="E-Mail-Adresse für Benachrichtigung, sobald das Produkt wieder verfügbar ist" className="w-full rounded-sm border border-border pl-3 pr-12 py-3 text-body-sm text-text-primary bg-bg-base focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand" />