From 1bee9113dcd3cf710cb5356cdb889e3b8d05f125 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Wed, 13 Aug 2025 22:07:46 +0200 Subject: [PATCH] :lipstick: Update Place creation modal tooltip for place input parsing --- .../modals/place-create-modal/place-create-modal.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,