fix: apostrophe in delete event type text (#1353)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/1359/head
parent
39761c520e
commit
a6382cf07f
|
@ -543,7 +543,7 @@
|
||||||
"minimum_booking_notice": "Minimum booking notice",
|
"minimum_booking_notice": "Minimum booking notice",
|
||||||
"slot_interval": "Time-slot intervals",
|
"slot_interval": "Time-slot intervals",
|
||||||
"slot_interval_default": "Use event length (default)",
|
"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",
|
"delete_event_type": "Delete Event Type",
|
||||||
"confirm_delete_event_type": "Yes, delete event type",
|
"confirm_delete_event_type": "Yes, delete event type",
|
||||||
"integrations": "Integrations",
|
"integrations": "Integrations",
|
||||||
|
|
Loading…
Reference in New Issue