From b338d20877b9472069e0662b4cd8b02741d40d25 Mon Sep 17 00:00:00 2001 From: jubitjohn Date: Wed, 7 Jun 2023 22:44:48 +0530 Subject: [PATCH] popup text changed --- apps/photos/src/components/PhotoViewer/FileInfo/MapBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/photos/src/components/PhotoViewer/FileInfo/MapBox.tsx b/apps/photos/src/components/PhotoViewer/FileInfo/MapBox.tsx index 72af72a27..b06afecb8 100644 --- a/apps/photos/src/components/PhotoViewer/FileInfo/MapBox.tsx +++ b/apps/photos/src/components/PhotoViewer/FileInfo/MapBox.tsx @@ -34,7 +34,7 @@ const MapBox: React.FC = ({ location }) => { L.marker(position) .addTo(map) - .bindPopup('You were here.') + .bindPopup("Photo's location") .openPopup(); } }