fix: copy fixes for English labels
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user