fix: copy fixes for English labels

This commit is contained in:
Michael Zetterberg
2025-04-28 14:44:59 +02:00
parent 341be43a53
commit efb7219b6d
24 changed files with 36 additions and 46 deletions

View File

@@ -163,7 +163,8 @@ export function getErrorMessage(intl: IntlShape, errorCode?: string) {
})
case bookingWidgetErrors.CODE_VOUCHER_REWARD_NIGHT_UNAVAILABLE:
return intl.formatMessage({
defaultMessage: "Code and voucher is not available with reward night.",
defaultMessage:
"Reward nights can't be combined with codes or vouchers.",
})
default:
console.warn("Error code not supported:", errorCode)