From 441f2608185c033c13e0aaf3e06ff8eeb65cd0dc Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 14:03:03 +0000 Subject: [PATCH] Changes Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com> --- src/components/PlansSection.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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%).

)}