Skip to content

Commit 67b05d4

Browse files
committed
Merge branch 'fix/df-973-unicode-email' of https://github.com/DEFRA/forms-engine-plugin into fix/df-973-unicode-email
2 parents dd6b35d + cf42d32 commit 67b05d4

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)