Merged in fix/Lokalise-update (pull request #2807)

Fix/Lokalise update

* chore: update English keys

* fix: update from Lokalise


Approved-by: Linus Flood
This commit is contained in:
Matilda Landström
2025-09-16 11:46:31 +00:00
parent fd0198f57b
commit e6d5c45ca7
16 changed files with 279 additions and 11 deletions

View File

@@ -175,7 +175,7 @@ export default function ConfirmationStep({
{intl.formatMessage(
{
defaultMessage:
"Yes, I accept the general <termsAndConditionsLink>Terms & Conditions</termsAndConditionsLink>, and understand that Scandic will process my personal data in accordance with <privacyPolicyLink>Scandic's Privacy policy</privacyPolicyLink>. There you can learn more about what data we process, your rights and where to turn if you have questions.",
"Yes, I accept the general <termsAndConditionsLink>Booking & Cancellation Terms</termsAndConditionsLink>, and understand that Scandic will process my personal data in accordance with <privacyPolicyLink>Scandic's Privacy policy</privacyPolicyLink>. There you can learn more about what data we process, your rights and where to turn if you have questions.",
},
{
termsAndConditionsLink: (str) => (
@@ -209,7 +209,7 @@ export default function ConfirmationStep({
<Typography variant="Body/Supporting text (caption)/smRegular">
<span>
{intl.formatMessage({
defaultMessage: "I accept the terms and conditions",
defaultMessage: "I accept the booking and cancellation terms",
})}
</span>
</Typography>

View File

@@ -118,7 +118,7 @@ export default function Form() {
const guaranteeMsg = intl.formatMessage(
{
defaultMessage:
"I accept the terms for this stay and the general <termsAndConditionsLink>Terms & Conditions</termsAndConditionsLink>, and understand Scandic will process my personal data for this stay in accordance with <privacyPolicyLink>Scandic's Privacy Policy</privacyPolicyLink>. ",
"I accept the terms for this stay and the general <termsAndConditionsLink>Booking & Cancellation Terms</termsAndConditionsLink>, and understand Scandic will process my personal data for this stay in accordance with <privacyPolicyLink>Scandic's Privacy Policy</privacyPolicyLink>. ",
},
{
termsAndConditionsLink: (str) => (