Skip to content

Commit e945bb4

Browse files
MaxGhenisclaude
andcommitted
Rename 'mansion tax' to 'higher-value property bands'
Use official Scottish Government terminology instead of media term. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 46a6edb commit e945bb4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/Dashboard.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const TOP_RATE_THRESHOLD_DATA = [
130130
const SECTIONS = [
131131
{ id: "introduction", label: "Introduction" },
132132
{ id: "income-tax-benefits", label: "Income tax and benefits" },
133-
{ id: "mansion-tax", label: "Mansion tax" },
133+
{ id: "mansion-tax", label: "Higher-value property bands" },
134134
];
135135

136136
// Common table styles
@@ -869,9 +869,9 @@ export default function Dashboard({ selectedPolicies = [] }) {
869869
}
870870
}}
871871
>
872-
mansion tax
872+
higher-value property bands
873873
</a>{" "}
874-
on high-value properties from April 2028, detailed in the last section.
874+
from April 2028, detailed in the last section.
875875
</p>
876876
<details
877877
className="budget-measures-details"
@@ -1126,7 +1126,7 @@ export default function Dashboard({ selectedPolicies = [] }) {
11261126
<span className="expand-icon" style={{ fontSize: "12px" }}>
11271127
11281128
</span>
1129-
Mansion tax
1129+
Higher-value property bands
11301130
</summary>
11311131
<p className="chart-description" style={{ marginTop: "12px" }}>
11321132
The Scottish Budget 2026-27{" "}

src/components/MansionTaxMap.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ export default function MansionTaxMap() {
358358
<div className="chart-header">
359359
<div>
360360
<h3 className="chart-title">
361-
Mansion tax: Band H properties by constituency
361+
Higher-value property bands: Band H properties by constituency
362362
</h3>
363363
<p className="chart-description">
364364
The Scottish Budget 2026-27 introduced two new council tax bands

0 commit comments

Comments
 (0)