fix PR wording
This commit is contained in:
parent
4fee6f3626
commit
6db07ca2a3
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
>
|
||||
<span className="sr-only">Localiser votre position et l'afficher sur la carte</span>
|
||||
<span className="sr-only">
|
||||
Afficher votre position sur la carte
|
||||
</span>
|
||||
<LocationMarkerIcon className="icon-size-big" aria-hidden />
|
||||
</button>
|
||||
) : null}
|
||||
|
|
Loading…
Reference in a new issue