Skip to content

Commit

Permalink
refactor(geocode): remove outdated dartboard name
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh authored Jan 1, 2025
1 parent 60b9722 commit 6815e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utah-design-system/src/components/Geocode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ const useGeocoding = (userProps: GeocodeProps) => {
matchAddress: result.matchAddress,
} as any;
let popupTemplate = {
title: 'dartboard geocoding match',
title: 'UGRC API geocoding match',
content:
'The input address <strong>{address}</strong> matched against <strong>{matchAddress}</strong> using {locator} data.<br><br>The confidence score is {score}.<br><br>This address belongs to the {addressSystem} address system.',
overwriteActions: true,
Expand Down

0 comments on commit 6815e2e

Please sign in to comment.