Skip to content

Commit cf42d32

Browse files
authored
Merge branch 'main' into fix/df-973-unicode-email
2 parents a4c90a9 + 88a90ab commit cf42d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/javascripts/geospatial-map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const helpPanelConfig = {
2929
dismissible: true,
3030
modal: false
3131
},
32-
html: '<p class="govuk-body-s govuk-!-margin-bottom-2">You can add points, shapes or lines to the map.</p><ul class="govuk-list govuk-list--number govuk-body-s"><li>Search for a county, place or postcode</li><li>Use the + and - icons to zoom in and out</li><li>Add a point or click \'Done\' when you have finished drawing a line or shape</li><li>Give the location a name</li></ul>'
32+
html: '<p class="govuk-body-s govuk-!-margin-bottom-2">You can add points, shapes or lines to the map.</p><ul class="govuk-list govuk-list--number govuk-body-s"><li>Search for a county, place or postcode</li><li>Use the + and - icons to zoom in and out</li><li>Double‑click, or select \'Done\', when you have finished drawing a line or shape</li><li>Give the location a name</li></ul>'
3333
}
3434

3535
const lineFeatureProperties = {

0 commit comments

Comments
 (0)