Skip to content

Commit

Permalink
feat: CE-747: update map verbiage (#496)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Sears <[email protected]>
  • Loading branch information
marqueone-ps and Mike Sears authored Jul 4, 2024
1 parent 3833459 commit bdd876d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const LeafletMapWithMultiplePoints: React.FC<MapProps> = ({ complaintType, marke
const bannerType = unmappedComplaints >= 1 ? "unmapped" : "no-results";
const info =
unmappedComplaints >= 1
? `The exact location of ${unmappedComplaints} complaint${isPluralized} could not be determined.`
? `${unmappedComplaints} complaint${isPluralized} could not be mapped`
: "No complaints found.";

return (
Expand Down

0 comments on commit bdd876d

Please sign in to comment.