Skip to content

Commit

Permalink
Merge pull request #324 from hotosm/hotfix/tooltip-startmapping
Browse files Browse the repository at this point in the history
HOTFIX : Tooltips
  • Loading branch information
kshitijrajsharma authored Feb 12, 2025
2 parents 48d4903 + 0c6534c commit 49fad99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/constants/ui-contents/start-mapping-content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@ export const START_MAPPING_PAGE_CONTENT: TStartMappingPageContent = {
settings: {
useJOSMQ: {
label: "Use JOSM Q",
tooltip: "use JOSM Q",
tooltip: "Returns predictions in regular shape",
},
confidence: {
label: "Confidence",
tooltip: "confidence",
tooltip: "Filters predictions lower than specified confidence of model",
},
tolerance: {
label: "Tolerance",
tooltip: "tolerance",
tooltip: "Higher values give a smoother, simpler shape",
},
area: {
label: "Area",
tooltip: "area",
tooltip: "Filters prediction geometries below than specified area",
},
tooltip: "Settings",
},
Expand Down

0 comments on commit 49fad99

Please sign in to comment.