Merged in fix/Lokalise (pull request #2851)
fix label typo * fix label typo Approved-by: Bianca Widstam
This commit is contained in:
@@ -7470,6 +7470,12 @@
|
|||||||
"value": "Spice things up"
|
"value": "Spice things up"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"rb5xpI": [
|
||||||
|
{
|
||||||
|
"type": 0,
|
||||||
|
"value": "Multi-room bookings are not available with EuroBonus points."
|
||||||
|
}
|
||||||
|
],
|
||||||
"rbrahO": [
|
"rbrahO": [
|
||||||
{
|
{
|
||||||
"type": 0,
|
"type": 0,
|
||||||
|
|||||||
@@ -7470,6 +7470,12 @@
|
|||||||
"value": "Spice things up"
|
"value": "Spice things up"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"rb5xpI": [
|
||||||
|
{
|
||||||
|
"type": 0,
|
||||||
|
"value": "Multi-room bookings are not available with EuroBonus points."
|
||||||
|
}
|
||||||
|
],
|
||||||
"rbrahO": [
|
"rbrahO": [
|
||||||
{
|
{
|
||||||
"type": 0,
|
"type": 0,
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ export function getErrorMessage(
|
|||||||
return partner === ScandicPartnersEnum.sas
|
return partner === ScandicPartnersEnum.sas
|
||||||
? intl.formatMessage({
|
? intl.formatMessage({
|
||||||
defaultMessage:
|
defaultMessage:
|
||||||
"Multi-room booking is not available with euro bonus points.",
|
"Multi-room bookings are not available with EuroBonus points.",
|
||||||
})
|
})
|
||||||
: intl.formatMessage({
|
: intl.formatMessage({
|
||||||
defaultMessage:
|
defaultMessage:
|
||||||
|
|||||||
Reference in New Issue
Block a user