feat: update wording of booking button to better match actual function
This commit is contained in:
@@ -138,7 +138,7 @@
|
|||||||
hx-get="{{ path('app_groups_booking_step_4_confirm') }}"
|
hx-get="{{ path('app_groups_booking_step_4_confirm') }}"
|
||||||
hx-target="body"
|
hx-target="body"
|
||||||
hx-swap="beforeend">
|
hx-swap="beforeend">
|
||||||
Jetzt verbindlich buchen
|
Buchung abschließen
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -81,7 +81,7 @@
|
|||||||
hx-get="{{ path('app_groups_offer_confirm', { uuid: booking.uuid }) }}"
|
hx-get="{{ path('app_groups_offer_confirm', { uuid: booking.uuid }) }}"
|
||||||
hx-target="body"
|
hx-target="body"
|
||||||
hx-swap="beforeend">
|
hx-swap="beforeend">
|
||||||
Angebot verbindlich buchen
|
Angebot buchen
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
{% elseif booking.confirmedAt is not null %}
|
{% elseif booking.confirmedAt is not null %}
|
||||||
|
|||||||
Reference in New Issue
Block a user