From 9e4030ccfd8a35463cff590b0374994c2f60462e Mon Sep 17 00:00:00 2001 From: Jennie Robinson Faber Date: Tue, 19 May 2026 10:37:41 +0100 Subject: [PATCH] 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. --- app/pages/admin/events/create.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/pages/admin/events/create.vue b/app/pages/admin/events/create.vue index a1e6b75..087899d 100644 --- a/app/pages/admin/events/create.vue +++ b/app/pages/admin/events/create.vue @@ -279,6 +279,12 @@ +
+ Note: Public ticket pricing applies to non-members. + Members register for events from their dashboard at no charge, + regardless of public ticket settings. +
+
@@ -354,11 +360,6 @@
- -
- Note: Members always get free access to all events - regardless of ticket settings. -