Merged in sync-lokalise-2025-10-30 (pull request #3038)

* sync lokalise

* sync defaultMessage


Approved-by: Anton Gunnarsson
This commit is contained in:
Joakim Jäderberg
2025-10-30 08:47:44 +00:00
parent bf6ed7778e
commit 47210491c3
20 changed files with 829 additions and 57 deletions

View File

@@ -21,7 +21,7 @@ export function getErrorMessage(intl: IntlShape, errorCode?: string) {
})
case ancillaryError.TERMS_NOT_ACCEPTED:
return intl.formatMessage({
id: "addAncillary.confirmationStep.termsAndConditionsNotice",
id: "addAncillary.confirmationStep.termsAndConditionsNoticeError",
defaultMessage: "You must accept the terms and conditions to proceed",
})
case findMyBookingErrors.BOOKING_NUMBER_INVALID: