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(); } },