diff --git a/frontend/src/app/features/shop/product-detail.component.html b/frontend/src/app/features/shop/product-detail.component.html index 76badd8..9a5981a 100644 --- a/frontend/src/app/features/shop/product-detail.component.html +++ b/frontend/src/app/features/shop/product-detail.component.html @@ -4,7 +4,7 @@ ← {{ "SHOP.BACK" | translate }} - @if (loading()) { + @if (loading() || softFallbackActive()) {
- {{ - selectedCategory() - ? selectedCategory()?.description || - ("SHOP.CATEGORY_META" - | translate: { count: selectedCategory()?.productCount || 0 }) - : ("SHOP.SUBTITLE" | translate) - }} -
+{{ heroSubtitle() }}
- {{ - selectedCategory() - ? ("SHOP.SELECTED_CATEGORY" | translate) - : ("SHOP.CATALOG_LABEL" | translate) - }} + {{ catalogEyebrow() }}
-