diff --git a/apps/scandic-web/types/enums/currency.ts b/apps/scandic-web/types/enums/currency.ts index b70d109d5..490d93ec0 100644 --- a/apps/scandic-web/types/enums/currency.ts +++ b/apps/scandic-web/types/enums/currency.ts @@ -4,7 +4,7 @@ export enum CurrencyEnum { NOK = "NOK", PLN = "PLN", SEK = "SEK", - POINTS = "POINTS", + POINTS = "Points", Voucher = "Voucher", CC = "CC", Unknown = "Unknown",