govuk_publishing_components 30.5.0 → 30.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/locales/en.yml +8 -8
- data/lib/govuk_publishing_components/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3aaf755f85b8026ae4db7ba3b16e3c0940ae637cbd4fefc845e3dc6986ba04dc
|
|
4
|
+
data.tar.gz: 9160f6eaab747fc9a75d42692e95a85e999d66c654e38aabb03367cd8d894ea6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d82fbcb7a72a89928cf3d622105212e58fa1600575f42a1ace4bf35db2bd4842e216bbc8c95f424a852f3547c0456282cc11d896031d43d7559ea71edfd95a4
|
|
7
|
+
data.tar.gz: 2a315750a2897941cbfd673b9dcecaf6ff679389ed3c379a826de53e3437f47508dd070237dba918e05e88d0c629fe0ed336d747ee44072088fb79097b341706
|
data/config/locales/en.yml
CHANGED
|
@@ -232,16 +232,16 @@ en:
|
|
|
232
232
|
navigation_search_heading: Search and popular pages
|
|
233
233
|
navigation_search_subheading: Search
|
|
234
234
|
popular_links:
|
|
235
|
-
- label: '
|
|
236
|
-
href:
|
|
237
|
-
- label: 'Coronavirus (COVID-19)'
|
|
238
|
-
href: "/coronavirus"
|
|
239
|
-
- label: Find a job
|
|
240
|
-
href: "/find-a-job"
|
|
235
|
+
- label: 'Her Majesty Queen Elizabeth II'
|
|
236
|
+
href: '/government/topical-events/her-majesty-queen-elizabeth-ii'
|
|
241
237
|
- label: 'Check benefits and financial support you can get'
|
|
242
|
-
href:
|
|
238
|
+
href: '/check-benefits-financial-support'
|
|
239
|
+
- label: 'Limits on energy prices: Energy Price Guarantee'
|
|
240
|
+
href: '/government/publications/energy-bills-support/energy-bills-support-factsheet-8-september-2022'
|
|
241
|
+
- label: 'Coronavirus (COVID-19)'
|
|
242
|
+
href: '/coronavirus'
|
|
243
243
|
- label: 'Universal Credit account: sign in'
|
|
244
|
-
href:
|
|
244
|
+
href: '/sign-in-universal-credit'
|
|
245
245
|
popular_links_heading: Popular on GOV.UK
|
|
246
246
|
search_text: Search GOV.UK
|
|
247
247
|
metadata:
|