Skip to content

Commit

Permalink
chore: change wording on map to match list
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgamache committed Oct 25, 2024
1 parent c4d44fe commit 9e5e400
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const LeafletMapWithMultiplePoints: React.FC<MapProps> = ({ 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 (
<Alert
Expand Down

0 comments on commit 9e5e400

Please sign in to comment.