changed wording regarding waitlist

This commit is contained in:
2026-01-19 18:28:11 +01:00
parent 4cbd47dc73
commit e25b786c1e

View File

@@ -99,7 +99,7 @@
<h2>Spots Remaining: {{ spots_left }} / {{max_spots}}</h2> <h2>Spots Remaining: {{ spots_left }} / {{max_spots}}</h2>
{% else %} {% else %}
<h2>Register for Waitlist</h2> <h2>Register for Waitlist</h2>
<p>This event is currently full. Join the queue to be notified of openings.</p> <p>This event is currently full. Join the list to be notified of openings.</p>
{%endif %} {%endif %}
</div> </div>