diff --git a/hub/static/js/explore.esm.js b/hub/static/js/explore.esm.js index 6ec4b9857..f8515e554 100644 --- a/hub/static/js/explore.esm.js +++ b/hub/static/js/explore.esm.js @@ -25,16 +25,20 @@ const app = createApp({ area_type_changed: false, // so we know to reload the map area_types: [{ slug: "WMC", - label: "Current constituencies" + label: "Current constituencies", + description: "This is the constituency currently represented by an MP in UK Parliament." }, { slug: "WMC23", - label: "Future constituencies" + label: "Future constituencies", + description: "This is the constituency in which parliamentary candidates will soon be standing for election." }, { slug: "STC", - label: "Single Tier councils" + label: "Single Tier councils", + description: "The local authority has powers over local services like education, planning, and transport." }, { slug: "DIS", - label: "District councils" + label: "District councils", + description: "A district council has certain exclusive responsibilities (e.g. housing and local planning) and shares others (e.g. recreation, town and country planning) with the council of the county to which the district belongs" }], area_header_label: "constituencies", diff --git a/hub/templates/hub/explore.html b/hub/templates/hub/explore.html index c7253feeb..e6d6e03e4 100644 --- a/hub/templates/hub/explore.html +++ b/hub/templates/hub/explore.html @@ -19,7 +19,7 @@

Explore

Use data from The Climate Coalition, its member organisations, and the wider sector, to narrow down your focus to the constituencies that matter to you.

-

Step 1: Select an output format

+

Select an output format