diff --git a/src/components/PlansSection.tsx b/src/components/PlansSection.tsx index 4fbc691..6200750 100644 --- a/src/components/PlansSection.tsx +++ b/src/components/PlansSection.tsx @@ -159,7 +159,7 @@ const PlansSection = () => { Slutför betalning

- {recommendedKg} kg/vecka · {monthlyPrice.toLocaleString("sv-SE")} kr/månad (exkl. moms) + {recommendedKg} kg/vecka · {monthlyPrice.toLocaleString("sv-SE")} kr/månad (ink moms)

@@ -256,7 +256,7 @@ const PlansSection = () => { {monthlyPrice.toLocaleString("sv-SE")} kr
- exklusive moms · {weeklyPrice.toLocaleString("sv-SE")} kr/vecka + ink moms · {weeklyPrice.toLocaleString("sv-SE")} kr/vecka
@@ -281,7 +281,7 @@ const PlansSection = () => {
- exklusive moms · {employees} {employees === 1 ? "anställd" : "anställda"} + ink moms · {employees} {employees === 1 ? "anställd" : "anställda"}
@@ -466,7 +466,7 @@ const PlansSection = () => {

- Alla priser exklusive moms. Moms (25%) läggs på vid betalning. + Alla priser inklusive moms (25%).

)}