chore(admin-events): reword ticketing note and move next to public toggle

The old "Members always get free access" sat at the bottom of the
Ticketing section next to the top-level Enable Ticketing toggle, which
conflated the member-vs-public audience split with the ticketing
mechanism. Admins read it as "I need to enable ticketing for free
public events," the opposite of how the system works.

Move the note next to Public Tickets Available (where the audience
split actually matters) and rephrase: public pricing applies to
non-members; members register from their dashboard regardless.
This commit is contained in:
Jennie Robinson Faber 2026-05-19 10:37:41 +01:00
parent f5b7a3eeba
commit 9e4030ccfd

View file

@ -279,6 +279,12 @@
</div> </div>
</label> </label>
<div class="note-box">
<strong>Note:</strong> Public ticket pricing applies to non-members.
Members register for events from their dashboard at no charge,
regardless of public ticket settings.
</div>
<div v-if="eventForm.tickets.public.available"> <div v-if="eventForm.tickets.public.available">
<div class="form-grid"> <div class="form-grid">
<div class="field"> <div class="field">
@ -354,11 +360,6 @@
</div> </div>
</div> </div>
</div> </div>
<div class="note-box">
<strong>Note:</strong> Members always get free access to all events
regardless of ticket settings.
</div>
</div> </div>
<!-- Series Management --> <!-- Series Management -->