From 9000c97aaf9a7343d9d99f0e295c59882180b8eb Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 22 Aug 2023 18:24:25 +0200 Subject: [PATCH] (ui) Fix link --- app/frontend/templates/events/show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/templates/events/show.html b/app/frontend/templates/events/show.html index f04d9a529..e420fa07e 100644 --- a/app/frontend/templates/events/show.html +++ b/app/frontend/templates/events/show.html @@ -219,7 +219,7 @@
{{ 'app.public.events_show.thank_you_your_payment_has_been_successfully_registered' | translate }}
- {{ 'app.public.events_show.you_can_find_your_reservation_s_details_on_your_' | translate }} {{ 'app.public.events_show.dashboard' }} + {{ 'app.public.events_show.you_can_find_your_reservation_s_details_on_your_' | translate }} {{ 'app.public.events_show.dashboard' }}
{{ 'app.public.events_show.thank_you_your_pre_registration_has_been_successfully_saved' | translate }}
{{ 'app.public.events_show.informed_by_email_your_pre_registration' | translate }}