From eba4def5d55250c060c1b7763b8f68e5cf677a7a Mon Sep 17 00:00:00 2001 From: Anthony Romaniello <14960401+anthonyrom@users.noreply.github.com> Date: Thu, 12 Mar 2026 15:45:06 -0400 Subject: [PATCH 1/2] Correct organizer SEO settings fields and descriptions Previous text appears to have been copy/pasted from event SEO settings. This fix corrects the text so the SEO Settings page under an Organizer refers to "SEO settings for the organizer" rather than "SEO settings for the event" etc. --- .../Settings/Sections/SeoSettings/index.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx b/frontend/src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx index ea0852d21..068921d92 100644 --- a/frontend/src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx +++ b/frontend/src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx @@ -54,31 +54,31 @@ export const SeoSettings = () => {