From 207e3c631c3587bc6e75719efd37490b87a97ada Mon Sep 17 00:00:00 2001 From: Tudor Date: Wed, 1 Jul 2026 11:15:54 +0100 Subject: [PATCH] fix(school-detail): rename admissions heading to "Admissions" "How Hard to Get Into This School" presupposes difficulty, which misleads for the many undersubscribed primaries (e.g. schools offering places to 100% of first-choice applicants). Rename to the neutral "Admissions", matching the secondary page and the section nav label; the demand figures and the "Oversubscribed" chip convey the difficulty where it applies. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Lh7Js5xSetKNzLVr9ArXLF --- nextjs-app/components/SchoolDetailView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextjs-app/components/SchoolDetailView.tsx b/nextjs-app/components/SchoolDetailView.tsx index d11488d..a28fa1f 100644 --- a/nextjs-app/components/SchoolDetailView.tsx +++ b/nextjs-app/components/SchoolDetailView.tsx @@ -917,12 +917,12 @@ export function SchoolDetailView({ )} - {/* How Hard to Get In */} + {/* Admissions */} {admissions && (

- How Hard to Get Into This School{!showAdmissionsTrend && ` (${formatAcademicYear(admissions.year)})`} + Admissions{!showAdmissionsTrend && ` (${formatAcademicYear(admissions.year)})`}

{showAdmissionsTrend && (