From 1b8688c7eea4eded3c853a3b9c8a543429b5a449 Mon Sep 17 00:00:00 2001 From: "Chuma Mcphoy (We Ahead)" Date: Tue, 20 May 2025 14:53:23 +0000 Subject: [PATCH] Merged in fix/LOY-105-correct-translation-for-signup-tc (pull request #2167) fix(LOY-105): use existing translation for t&c text * fix(LOY-105): use existing translation for t&c text in signup Approved-by: Christian Andolf --- .../components/TempDesignSystem/Form/Checkbox/errors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/scandic-web/components/TempDesignSystem/Form/Checkbox/errors.ts b/apps/scandic-web/components/TempDesignSystem/Form/Checkbox/errors.ts index 4dbd514e5..db3e4ee11 100644 --- a/apps/scandic-web/components/TempDesignSystem/Form/Checkbox/errors.ts +++ b/apps/scandic-web/components/TempDesignSystem/Form/Checkbox/errors.ts @@ -6,7 +6,7 @@ export function getErrorMessage(intl: IntlShape, errorCode?: string) { switch (errorCode) { case signupErrors.TERMS_REQUIRED: return intl.formatMessage({ - defaultMessage: "Terms & conditions must be accepted", + defaultMessage: "You must accept the terms and conditions", }) default: console.warn("Error code not supported:", errorCode)