diff --git a/app/components/PricingPlanCard.vue b/app/components/PricingPlanCard.vue index 117fb4d7..73bd6925 100644 --- a/app/components/PricingPlanCard.vue +++ b/app/components/PricingPlanCard.vue @@ -27,7 +27,7 @@

{{ plan.name }}

- {{ formatPrice(plan.monthlyPrice) }} + {{ formatPriceLocalized(plan.monthlyPrice, currencyContext) }} / month
@@ -70,7 +70,7 @@