diff --git a/01-frontend/public/locales/de/translation.json b/01-frontend/public/locales/de/translation.json index d796600..e2e6254 100644 --- a/01-frontend/public/locales/de/translation.json +++ b/01-frontend/public/locales/de/translation.json @@ -1,6 +1,6 @@ { "almostSoldOut": "Fast ausverkauft", - "available": "verfügbar", + "available": "Stück verfügbar", "freeShipping": "Kostenloser Versand ab 50€ Bestellwert", "inStock": "Verfügbar", "outOfStock": "Ausverkauft", diff --git a/01-frontend/public/locales/en/translation.json b/01-frontend/public/locales/en/translation.json index 9835030..b7b20d1 100644 --- a/01-frontend/public/locales/en/translation.json +++ b/01-frontend/public/locales/en/translation.json @@ -1,6 +1,6 @@ { "almostSoldOut": "Almost sold out", - "available": "available", + "available": "items available", "freeShipping": "Free shipping for orders over 50€", "inStock": "In stock", "outOfStock": "Out of stock",