diff --git a/src/src/app/modals/place-create-modal/place-create-modal.component.ts b/src/src/app/modals/place-create-modal/place-create-modal.component.ts index 2c51529..3be239c 100644 --- a/src/src/app/modals/place-create-modal/place-create-modal.component.ts +++ b/src/src/app/modals/place-create-modal/place-create-modal.component.ts @@ -53,7 +53,7 @@ export class PlaceCreateModalComponent { previous_image: string | null = null; placeInputTooltip: string = - "
You can paste a Google Maps Place link to fill Name, Place, Lat, Lng.
\n
https://google.com/maps/place/XXX
\n
Either « click » on a point of interest or « search » for it (eg: British Museum) and copy the URL
\n
Warning: there is often a slight offset from the actual coordinates.
"; + "
You can paste a Google Maps Place link to fill Name, Place, Lat, Lng.
\n
https://google.com/maps/place/XXX
\n
Either « click » on a point of interest or « search » for it (eg: British Museum) and copy the URL
"; constructor( private ref: DynamicDialogRef,