Skip to content

Commit

Permalink
Copy tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
vimto committed Nov 16, 2023
1 parent 3ea8d4f commit 1f1b932
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ VALUES
},
{
"id": "493cb5ae-4086-4649-8d3a-6d41ee9fded7",
"name": "Ruamahanga Whaitua",
"name": "Ruamāhanga Whaitua",
"referenceUrl": "https://www.gw.govt.nz/assets/Documents/2023/07/Chapter-7.pdf",
"boundaryId": "5f4835dd489ae103689e742430de37f92067f64fe3e8dddb5ba77e39659b9808",
"groundwaterLimits": [
Expand Down
2 changes: 1 addition & 1 deletion packages/PlanLimitsUI/src/lib/councilData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const Councils: Council[] = [
],
},
{
name: 'Ruamahanga',
name: 'Ruamāhanga',
hideLabel: false,
showLegend: false,
areaIds: [
Expand Down
9 changes: 7 additions & 2 deletions packages/PlanLimitsUI/src/pages/Limits/Sidebar/UsageTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ export default function UsageTable({

return (
<>
<h3 className="text-lg uppercase mb-2 tracking-wider">Usage</h3>
<h3 className="text-lg uppercase mb-2 tracking-wider">Water Use</h3>
<p className="mb-2">
The data below <strong>is not all Water Use data</strong> supplied to
Greater Wellington. It only includes data provided using timely
automated telemetered systems.
</p>
<div className="flex justify-between mb-4">
<div className="text-sm">
For week ending {format(waterUseData.data.to, 'do LLLL y')}
Expand Down Expand Up @@ -105,7 +110,7 @@ function Table({
<tr>
<th className="w-12"></th>
<th className="border p-2 text-sm font-normal bg-gray-100">
Water Use
% of Consented Water Used
</th>
</tr>
</thead>
Expand Down

0 comments on commit 1f1b932

Please sign in to comment.