diff --git a/app/javascript/components/MapEditor/components/PointInput.tsx b/app/javascript/components/MapEditor/components/PointInput.tsx index 78b7a6cb3..c7ef342b0 100644 --- a/app/javascript/components/MapEditor/components/PointInput.tsx +++ b/app/javascript/components/MapEditor/components/PointInput.tsx @@ -41,9 +41,11 @@ export function PointInput() { type="button" className="button mr-1" onClick={getCurrentPosition} - title="Localiser votre position et l'afficher sur la carte" + title="Afficher votre position sur la carte" > - Localiser votre position et l'afficher sur la carte + + Afficher votre position sur la carte + ) : null}