From a6382cf07f38fdab003f696f448b639f4bbd54c6 Mon Sep 17 00:00:00 2001 From: Nikolay Rademacher Date: Mon, 20 Dec 2021 16:00:16 +0100 Subject: [PATCH] fix: apostrophe in delete event type text (#1353) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- public/static/locales/en/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/locales/en/common.json b/public/static/locales/en/common.json index c341f61718..e9dba0fb1b 100644 --- a/public/static/locales/en/common.json +++ b/public/static/locales/en/common.json @@ -543,7 +543,7 @@ "minimum_booking_notice": "Minimum booking notice", "slot_interval": "Time-slot intervals", "slot_interval_default": "Use event length (default)", - "delete_event_type_description": "Are you sure you want to delete this event type? Anyone who you've shared this link with will no longer be able to book using it.", + "delete_event_type_description": "Are you sure you want to delete this event type? Anyone who you've shared this link with will no longer be able to book using it.", "delete_event_type": "Delete Event Type", "confirm_delete_event_type": "Yes, delete event type", "integrations": "Integrations",