diff --git a/shop/components/wizard/summary-sidebar.tsx b/shop/components/wizard/summary-sidebar.tsx index 8a846ae..420346a 100644 --- a/shop/components/wizard/summary-sidebar.tsx +++ b/shop/components/wizard/summary-sidebar.tsx @@ -236,10 +236,13 @@ export function SummarySidebar({ )} {!allCategoriesFilled && ( -

- - Bitte aus jeder Pflichtkategorie einen Artikel wählen. -

+
+ +
+

Pflichtkategorie fehlt!

+

Bitte wählen Sie aus allen rot markierten Pflichtkategorien einen Artikel aus.

+
+
)} {productValidationErrors.map((err, errIdx) => (

@@ -277,12 +280,7 @@ export function SummarySidebar({