From bbd395b9047b3e9ac5405152bfbec407b3f6708e Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Wed, 18 Feb 2026 21:54:53 +0100 Subject: [PATCH] Add confirmation prompt for event cancellation and update translations --- web/components/events/event-card.tsx | 6 +++++- web/messages/de.json | 1 + web/messages/fr.json | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/web/components/events/event-card.tsx b/web/components/events/event-card.tsx index 33a28fbd..789eae68 100644 --- a/web/components/events/event-card.tsx +++ b/web/components/events/event-card.tsx @@ -194,7 +194,11 @@ export function EventCard(props: { {user && isCreator && event.status === 'active' && (