From aada745243d4bf3e7f95670fc1e40f72070cc85b Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Sun, 7 Apr 2024 14:57:25 +0200 Subject: [PATCH] Re-label Anmelde-Button --- templates/shortcodes/teckids_event.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shortcodes/teckids_event.html b/templates/shortcodes/teckids_event.html index 8859b076..e7900b69 100644 --- a/templates/shortcodes/teckids_event.html +++ b/templates/shortcodes/teckids_event.html @@ -42,7 +42,7 @@ <a class="button is-primary is-fullwidth is-justify-content-start" href="https://ticdesk.teckids.org/app/paweljong/event/{{ slug }}"> <span class="icon"><i class="fa-regular fa-paper-plane"></i></span> - <span>Zur Anmeldung</span> + <span>Alle Infos und Anmeldung</span> </a> <a class="button is-link is-fullwidth is-justify-content-start" href="mailto:{{ mail|default(value=" verein@teckids.org") }}"> -- GitLab