Skip to content

Commit eacd70f

Browse files
MaxGhenisclaude
andcommitted
Rename '2026 Budget' tab to 'Scotland analysis'
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e945bb4 commit eacd70f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function App() {
180180
<rect x="14" y="12" width="7" height="9" />
181181
<rect x="3" y="16" width="7" height="5" />
182182
</svg>
183-
2026 Budget
183+
Scotland analysis
184184
</button>
185185
<button
186186
className={`tab-button ${activeTab === "household" ? "active" : ""}`}

src/components/BaselineScotlandTab.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export default function BaselineScotlandTab() {
241241
</a>{" "}
242242
on 13 January 2026. It is organised into four sections: <strong>Baseline Scotland data</strong>{" "}
243243
projects household incomes and poverty rates through 2030 under current policy;{" "}
244-
<strong>2026 Budget</strong> analyses the impact of the announced
244+
<strong>Scotland analysis</strong> analyses the impact of the announced
245245
policy changes; <strong>Household calculator</strong> lets you explore impacts on specific household types; and <strong>Validation</strong> compares estimates against official government statistics.
246246
</p>
247247
<p className="chart-description" style={{ marginTop: "12px" }}>

src/components/HouseholdCalculator.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ function HouseholdCalculator() {
765765
<h3>Calculate your household impact</h3>
766766
<p className="calculator-subtitle">
767767
Enter your household details to see how the Scottish Budget 2026-27
768-
affects you over time. For descriptions of the policies, see the 2026 Budget tab.
768+
affects you over time. For descriptions of the policies, see the Scotland analysis tab.
769769
</p>
770770
</div>
771771

0 commit comments

Comments
 (0)