From db4d643bde20d688cfd03689810c21c49c2d5a29 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:58:09 +0000 Subject: [PATCH] feat: clarify bank transfer processing time in order confirmation Update the bank transfer message on the order confirmation screen to explicitly mention that bank transfers are processed manually and may take up to a week for the order to be marked as paid. Closes #4600 Co-authored-by: Marco Acierno --- frontend/src/locale/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/locale/index.ts b/frontend/src/locale/index.ts index 3200b5b0db..040024bf2f 100644 --- a/frontend/src/locale/index.ts +++ b/frontend/src/locale/index.ts @@ -654,7 +654,7 @@ Click the box to change. If left empty, we will assume you are available.`, "orderConfirmation.cardMessage": "If you paid by card, click the button below and try again", "orderConfirmation.bankMessage": - "If you paid via bank transfer, contact us at {email} with your order code {code} once the transfer is done so we can confirm it when we receive the transfer.", + "If you paid via bank transfer, please note that bank transfers are processed manually and it may take up to a week for your order to be marked as paid. Once the transfer is done, contact us at {email} with your order code {code} to help us confirm it faster.", "orderConfirmation.manage": "Click here to manage the order", "orderConfirmation.home": "Homepage", "orderConfirmation.pendingManage": "Try another card or retry", @@ -1440,7 +1440,7 @@ The sooner you buy your ticket, the more you save!`, "Il tuo ordine è ancora pending e non confermato!", "orderConfirmation.cardMessage": "Se hai pagato con carta, clicca il pulsante per riprovare", - "orderConfirmation.bankMessage": `Se hai pagato con bonifico bancario, contattaci a {email} con il tuo codice {code} appena il bonifico è stato eseguito e confermeremo l'ordine il prima possibile.`, + "orderConfirmation.bankMessage": `Se hai pagato con bonifico bancario, tieni presente che i bonifici vengono elaborati manualmente e potrebbe essere necessaria fino a una settimana affinché il tuo ordine venga contrassegnato come pagato. Una volta effettuato il bonifico, contattaci a {email} con il tuo codice {code} per aiutarci a confermarlo più velocemente.`, "orderConfirmation.tryAgain": "Prova a creare un nuovo ordine", "orderConfirmation.tickets": "Biglietti", "order.soldout": "Sold out",