From 8784bf9df5a2701b7212f59ac757cc9a4b93b714 Mon Sep 17 00:00:00 2001 From: Ian Jones Date: Thu, 2 Jul 2026 17:54:15 +0100 Subject: [PATCH] refactor: Update map bounds error text copy --- src/components/my-map/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/my-map/index.ts b/src/components/my-map/index.ts index 67d603e..864f441 100644 --- a/src/components/my-map/index.ts +++ b/src/components/my-map/index.ts @@ -824,7 +824,7 @@ export class MyMap extends LitElement { } else { // Show an error this._searchError = - "Selected address not within map view extent, try another"; + "This address falls outside the map's coverage area. Please try another"; this._showSearchError(); } },