feat: update wording of booking button to better match actual function

This commit is contained in:
Björn Fromme
2026-08-24 14:01:53 +02:00
parent 96a39d5cb2
commit 178df9b787
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -138,7 +138,7 @@
hx-get="{{ path('app_groups_booking_step_4_confirm') }}"
hx-target="body"
hx-swap="beforeend">
Jetzt verbindlich buchen
Buchung abschließen
</button>
</div>
</div>
+1 -1
View File
@@ -81,7 +81,7 @@
hx-get="{{ path('app_groups_offer_confirm', { uuid: booking.uuid }) }}"
hx-target="body"
hx-swap="beforeend">
Angebot verbindlich buchen
Angebot buchen
</button>
</div>
{% elseif booking.confirmedAt is not null %}