Merged PR 2490: eia to aea for welsh in tab and subheadings

eia to aea for welsh in tab and subheadings

Related work items: #24269
This commit is contained in:
Robert Bond
2026-07-20 15:10:18 +00:00
parent bbf205a45f
commit b01d789bb8
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -510,8 +510,7 @@ const CaseSummary = (props) => {
href="#case-eia"
onClick={() => setWhichTab("case-eia")}
>
{" "}
EIA
{router.locale == "cy" ? "AEA" : "EIA"}
</a>
</li>
)}