Merged in sync-lokalise-2025-10-30 (pull request #3038)
* sync lokalise * sync defaultMessage Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -39,7 +39,7 @@ export function BreakfastMessage({
|
||||
}),
|
||||
notIncluded: intl.formatMessage({
|
||||
id: "selectRate.breakfastExcludedAdd",
|
||||
defaultMessage: "Breakfast excluded, add in next step.",
|
||||
defaultMessage: "Breakfast is optional, add in the next step.",
|
||||
}),
|
||||
noSelection: intl.formatMessage({
|
||||
id: "selectRate.selectARate",
|
||||
@@ -47,7 +47,8 @@ export function BreakfastMessage({
|
||||
}),
|
||||
scandicgo: intl.formatMessage({
|
||||
id: "selectRate.breakfastDealCanBePurchased",
|
||||
defaultMessage: "Breakfast deal can be purchased at the hotel.",
|
||||
defaultMessage:
|
||||
"Breakfast excl. Brekkie Deal can be purchased at the hotel.",
|
||||
}),
|
||||
}
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ function Message() {
|
||||
if (config.variant === "partner-sas") {
|
||||
return intl.formatMessage({
|
||||
id: "signup.toGetTheScandicMemberPrice",
|
||||
defaultMessage: "Enter ID or join to get the Scandic member price.",
|
||||
defaultMessage: "Enter ID or join to get the Scandic Friends price.",
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user