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 (