From 4522cbf64560db1e1cd519e119aa466b42cd16a1 Mon Sep 17 00:00:00 2001 From: Tudor Date: Wed, 8 Jul 2026 22:51:32 +0100 Subject: [PATCH] fix(ui): shorten proposed-to-close notice copy Co-Authored-By: Claude Fable 5 --- nextjs-app/components/SchoolDetailView.tsx | 3 +-- nextjs-app/components/SecondarySchoolDetailView.tsx | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/nextjs-app/components/SchoolDetailView.tsx b/nextjs-app/components/SchoolDetailView.tsx index ab0dfe1..e81143a 100644 --- a/nextjs-app/components/SchoolDetailView.tsx +++ b/nextjs-app/components/SchoolDetailView.tsx @@ -316,8 +316,7 @@ export function SchoolDetailView({ {isProposedToClose(schoolInfo) && (
⚠ Proposed to close — this school is proposed for closure, - although a formal closure process has not necessarily started. Check with the - local authority before applying. + check with the local authority before applying.
)} {schoolInfo.address && ( diff --git a/nextjs-app/components/SecondarySchoolDetailView.tsx b/nextjs-app/components/SecondarySchoolDetailView.tsx index 7246164..58b33db 100644 --- a/nextjs-app/components/SecondarySchoolDetailView.tsx +++ b/nextjs-app/components/SecondarySchoolDetailView.tsx @@ -240,8 +240,7 @@ export function SecondarySchoolDetailView({ {isProposedToClose(schoolInfo) && (
⚠ Proposed to close — this school is proposed for closure, - although a formal closure process has not necessarily started. Check with the - local authority before applying. + check with the local authority before applying.
)} {schoolInfo.address && (