From 06bc5facf3958d11eb511b26153a250935f86654 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Sun, 13 Aug 2023 15:26:25 +0200 Subject: [PATCH] chore: fix refund i18n message (#10731) --- apps/web/public/static/locales/en/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index e60ee8393b..ce44a5656c 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -1720,7 +1720,7 @@ "identifier": "Identifier", "duplicate_email": "Email is duplicate", "booking_with_payment_cancelled": "Paying for this event is no longer possible", - "booking_with_payment_cancelled_already_paid": "A refund for this booking payment it's on the way.", + "booking_with_payment_cancelled_already_paid": "A refund for this booking payment is on its way.", "booking_with_payment_cancelled_refunded": "This booking payment has been refunded.", "booking_confirmation_failed": "Booking confirmation failed", "not_enough_seats": "Not enough seats",