Skip to content

Commit

Permalink
avniproject/avni-product#1531 | minor text correction
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed May 31, 2024
1 parent cb77662 commit 7002bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upload/LocationModes.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const LocationModes = ({ mode, setMode }) => {
<FormControlLabel value="relaxed" control={<Radio color="primary" />} label="Create" />
</div>
</Tooltip>
<Tooltip title="Edit locations' name, parent, GPS co-ordinates or properties" placement="bottom-start" arrow>
<Tooltip title="Edit locations' name, parent, GPS coordinates or properties" placement="bottom-start" arrow>
<div>
<FormControlLabel value="strict" control={<Radio color="primary" />} label="Edit" />
</div>
Expand Down

0 comments on commit 7002bc3

Please sign in to comment.