From 803f1440469224021f74d82aa8b1a4c975d736ab 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 47f651eba..b25834565 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 }}