feat: translate Voucher everywhere during booking flow
This commit is contained in:
committed by
Simon.Emanuelsson
parent
a0b0ed2544
commit
59f4a27cb1
@@ -57,7 +57,7 @@ export function mapRoomState(
|
||||
formattedRoomCost = formatPrice(
|
||||
intl,
|
||||
booking.vouchers,
|
||||
CurrencyEnum.Voucher
|
||||
intl.formatMessage({ defaultMessage: "Voucher" })
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user