fix(ui): shorten proposed-to-close notice copy #23

Merged
tudor merged 1 commits from fix/proposed-to-close-copy into main 2026-07-08 21:52:56 +00:00
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -316,8 +316,7 @@ export function SchoolDetailView({
{isProposedToClose(schoolInfo) && ( {isProposedToClose(schoolInfo) && (
<div className={styles.closingStrip} role="note"> <div className={styles.closingStrip} role="note">
<strong> Proposed to close</strong> this school is proposed for closure, <strong> Proposed to close</strong> this school is proposed for closure,
although a formal closure process has not necessarily started. Check with the check with the local authority before applying.
local authority before applying.
</div> </div>
)} )}
{schoolInfo.address && ( {schoolInfo.address && (
@@ -240,8 +240,7 @@ export function SecondarySchoolDetailView({
{isProposedToClose(schoolInfo) && ( {isProposedToClose(schoolInfo) && (
<div className={styles.closingStrip} role="note"> <div className={styles.closingStrip} role="note">
<strong> Proposed to close</strong> this school is proposed for closure, <strong> Proposed to close</strong> this school is proposed for closure,
although a formal closure process has not necessarily started. Check with the check with the local authority before applying.
local authority before applying.
</div> </div>
)} )}
{schoolInfo.address && ( {schoolInfo.address && (