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)