+ {intl.formatMessage(
+ {
+ id: "Yes, I accept the general Terms & Conditions, and understand that Scandic will process my personal data in accordance with Scandic's Privacy policy. There you can learn more about what data we process, your rights and where to turn if you have questions.",
+ },
+ {
+ termsAndConditionsLink: (str) => (
+
+ {str}
+
+ ),
+ privacyPolicyLink: (str) => (
+
+ {str}
+
+ ),
+ }
+ )}
+
+
-
- {intl.formatMessage(
- {
- id: "Yes, I accept the general Terms & Conditions, and understand that Scandic will process my personal data in accordance with Scandic's Privacy policy. There you can learn more about what data we process, your rights and where to turn if you have questions.",
- },
- {
- termsAndConditionsLink: (str) => (
-
-
- {str}
-
-
- ),
- privacyPolicyLink: (str) => (
-
-
- {str}
-
-
- ),
- }
- )}
-
+
+ {intl.formatMessage({
+ id: "I accept the terms and conditions",
+ })}
+
{intl.formatMessage(
{
id: "By guaranteeing with any of the payment methods available, I accept the terms for this stay and the general Terms & Conditions, and understand Scandic will process my personal data for this stay in accordance with Scandic’s Privacy Policy. I accept Scandic requiring a valid credit card during my visit in case anything is left unpaid.",
@@ -152,8 +154,9 @@ export default function GuaranteeLateArrival({
termsAndConditionsLink: (str) => (
{str}
@@ -161,15 +164,25 @@ export default function GuaranteeLateArrival({
privacyPolicyLink: (str) => (
{str}
),
}
)}
-
+
+
+
+
+
+ {intl.formatMessage({
+ id: "I accept the terms and conditions",
+ })}
+
+