From 1c77518f00e92e6cb6e179bde5fbfd23f0f9741c Mon Sep 17 00:00:00 2001 From: Josh Gamache Date: Fri, 18 Oct 2024 12:09:46 -0600 Subject: [PATCH] chore: change wording on map to match list --- .../app/components/mapping/leaflet-map-with-multiple-points.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/mapping/leaflet-map-with-multiple-points.tsx b/frontend/src/app/components/mapping/leaflet-map-with-multiple-points.tsx index 5354c8113..b5018e2d2 100644 --- a/frontend/src/app/components/mapping/leaflet-map-with-multiple-points.tsx +++ b/frontend/src/app/components/mapping/leaflet-map-with-multiple-points.tsx @@ -84,7 +84,7 @@ const LeafletMapWithMultiplePoints: React.FC = ({ complaintType, marke const info = unmappedComplaints >= 1 ? `${unmappedComplaints} complaint${isPluralized} could not be mapped` - : "No complaints found."; + : "No complaints found using your current filters. Remove or change your filters to see complaints."; return (