Skip to content

Commit

Permalink
update prices content
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Dormand authored and Scott Dormand committed Dec 18, 2024
1 parent eb91117 commit 08cdcd6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 22 deletions.
5 changes: 2 additions & 3 deletions packages/gafl-webapp-service/src/locales/cy.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,8 @@
"new_prices_3_rod_table_heading": "Brithyllod a physgod bras (hyd at 3 gwialen)",
"new_prices_salmon_table_heading": "Eogiaid a brithyllod y môr",
"new_prices_column_1": "Hyd y drwydded",
"new_prices_column_2": "Cost hyd 31 Mawrth 2024",
"new_prices_column_3": "Cost o 1 Ebrill 2024",
"new_prices_column_4": "Cost o 1 Ebrill 2025",
"new_prices_column_2": "Cost hyd 31 Mawrth 2025",
"new_prices_column_3": "Cost o 1 Ebrill 2025",
"new_prices_row_1_day": "1 diwrnod",
"new_prices_row_8_day": "8 diwrnod",
"new_prices_row_12_month": "12 mis",
Expand Down
5 changes: 2 additions & 3 deletions packages/gafl-webapp-service/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,8 @@
"new_prices_3_rod_table_heading": "Trout and coarse fish licence (up to 3 rods)",
"new_prices_salmon_table_heading": "Salmon and sea trout licence",
"new_prices_column_1": "Licence length",
"new_prices_column_2": "Cost until 31 March 2024",
"new_prices_column_3": "Cost from 1 April 2024",
"new_prices_column_4": "Cost from 1 April 2025",
"new_prices_column_2": "Cost until 31 March 2025",
"new_prices_column_3": "Cost from 1 April 2025",
"new_prices_row_1_day": "1-day",
"new_prices_row_8_day": "8-day",
"new_prices_row_12_month": "12-month",
Expand Down
32 changes: 16 additions & 16 deletions packages/gafl-webapp-service/src/pages/guidance/new-prices.njk
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
captionClasses: 'govuk-table__caption--m',
classes: 'govuk-!-margin-top-7',
firstCellIsHeader: true,
head: [ { text: mssgs.new_prices_column_1 }, { text: mssgs.new_prices_column_2, format: 'numeric' }, { text: mssgs.new_prices_column_3, format: 'numeric' }, { text: mssgs.new_prices_column_4, format: 'numeric' } ],
head: [ { text: mssgs.new_prices_column_1 }, { text: mssgs.new_prices_column_2, format: 'numeric' }, { text: mssgs.new_prices_column_3, format: 'numeric' } ],
rows: [
[ { text: mssgs.new_prices_row_1_day }, { text: '£6.60', format: 'numeric' }, { text: '£7.10', format: 'numeric' }, { text: '£7.30', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_8_day }, { text: '£13.20', format: 'numeric' }, { text: '£14.30', format: 'numeric' }, { text: '£14.70', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_12_month }, { text: '£33', format: 'numeric' }, { text: '£35.80', format: 'numeric' }, { text: '£36.80', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_concession }, { text: '£22', format: 'numeric' }, { text: '£23.80', format: 'numeric' }, { text: '£24.50', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_junior }, { text: mssgs.free, format: 'numeric' }, { text: mssgs.free, format: 'numeric' }, { text: mssgs.free, format: 'numeric' } ]
[ { text: mssgs.new_prices_row_1_day }, { text: '£7.10', format: 'numeric' }, { text: '£7.30', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_8_day }, { text: '£14.30', format: 'numeric' }, { text: '£14.70', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_12_month }, { text: '£35.80', format: 'numeric' }, { text: '£36.80', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_concession }, { text: '£23.80', format: 'numeric' }, { text: '£24.50', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_junior }, { text: mssgs.free, format: 'numeric' }, { text: mssgs.free, format: 'numeric' } ]
]
}) }}

Expand All @@ -30,11 +30,11 @@
captionClasses: 'govuk-table__caption--m',
classes: 'govuk-!-margin-top-7',
firstCellIsHeader: true,
head: [ { text: mssgs.new_prices_column_1 }, { text: mssgs.new_prices_column_2, format: 'numeric' }, { text: mssgs.new_prices_column_3, format: 'numeric' }, { text: mssgs.new_prices_column_4, format: 'numeric' } ],
head: [ { text: mssgs.new_prices_column_1 }, { text: mssgs.new_prices_column_2, format: 'numeric' }, { text: mssgs.new_prices_column_3, format: 'numeric' } ],
rows: [
[ { text: mssgs.new_prices_row_12_month }, { text: '£49.50', format: 'numeric' }, { text: '£53.70', format: 'numeric' }, { text: '£55.30', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_concession }, { text: '£33', format: 'numeric' }, { text: '£35.80', format: 'numeric' }, { text: '£36.80', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_junior }, { text: mssgs.free, format: 'numeric' }, { text: mssgs.free, format: 'numeric' }, { text: mssgs.free, format: 'numeric' } ]
[ { text: mssgs.new_prices_row_12_month }, { text: '£53.70', format: 'numeric' }, { text: '£55.30', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_concession }, { text: '£35.80', format: 'numeric' }, { text: '£36.80', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_junior }, { text: mssgs.free, format: 'numeric' }, { text: mssgs.free, format: 'numeric' } ]
]
}) }}

Expand All @@ -43,13 +43,13 @@
captionClasses: 'govuk-table__caption--m',
classes: 'govuk-!-margin-top-7',
firstCellIsHeader: true,
head: [ { text: mssgs.new_prices_column_1 }, { text: mssgs.new_prices_column_2, format: 'numeric' }, { text: mssgs.new_prices_column_3, format: 'numeric' }, { text: mssgs.new_prices_column_4, format: 'numeric' } ],
head: [ { text: mssgs.new_prices_column_1 }, { text: mssgs.new_prices_column_2, format: 'numeric' }, { text: mssgs.new_prices_column_3, format: 'numeric' } ],
rows: [
[ { text: mssgs.new_prices_row_1_day }, { text: '£12.60', format: 'numeric' }, { text: '£13.20', format: 'numeric' }, { text: '£13.50', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_8_day }, { text: '£28.30', format: 'numeric' }, { text: '£29.70', format: 'numeric' }, { text: '£30.50', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_12_month }, { text: '£86.10', format: 'numeric' }, { text: '£90.40', format: 'numeric' }, { text: '£93.10', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_concession }, { text: '£57.40', format: 'numeric' }, { text: '£60.20', format: 'numeric' }, { text: '£62', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_junior }, { text: mssgs.free, format: 'numeric' }, { text: mssgs.free, format: 'numeric' }, { text: mssgs.free, format: 'numeric' } ]
[ { text: mssgs.new_prices_row_1_day }, { text: '£13.20', format: 'numeric' }, { text: '£13.50', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_8_day }, { text: '£29.70', format: 'numeric' }, { text: '£30.50', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_12_month }, { text: '£90.40', format: 'numeric' }, { text: '£93.10', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_concession }, { text: '£60.20', format: 'numeric' }, { text: '£62', format: 'numeric' } ],
[ { text: mssgs.new_prices_row_junior }, { text: mssgs.free, format: 'numeric' }, { text: mssgs.free, format: 'numeric' } ]
]
}) }}
</div>
Expand Down

0 comments on commit 08cdcd6

Please sign in to comment.