diff --git a/services/web/app/coffee/Features/Subscription/SubscriptionFormatters.coffee b/services/web/app/coffee/Features/Subscription/SubscriptionFormatters.coffee index fad23aab2f..c4af40356d 100644 --- a/services/web/app/coffee/Features/Subscription/SubscriptionFormatters.coffee +++ b/services/web/app/coffee/Features/Subscription/SubscriptionFormatters.coffee @@ -6,7 +6,14 @@ currenySymbols = EUR: "€" USD: "$" GBP: "£" - + SEK: "kr" + CAD: "$" + NOK: "kr" + DKK: "kr" + AUD: "$" + NZD: "$" + CHF: "Fr" + SGD: "$" module.exports =