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:
parent
f5b7a3eeba
commit
9e4030ccfd
1 changed files with 6 additions and 5 deletions
|
|
@ -279,6 +279,12 @@
|
|||
</div>
|
||||
</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 class="form-grid">
|
||||
<div class="field">
|
||||
|
|
@ -354,11 +360,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="note-box">
|
||||
<strong>Note:</strong> Members always get free access to all events
|
||||
regardless of ticket settings.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Series Management -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue