diff --git a/web/apps/photos/src/components/PhotoViewer/FileInfo/MapBox.tsx b/web/apps/photos/src/components/PhotoViewer/FileInfo/MapBox.tsx
index ab732d8b4..d7e3b9e91 100644
--- a/web/apps/photos/src/components/PhotoViewer/FileInfo/MapBox.tsx
+++ b/web/apps/photos/src/components/PhotoViewer/FileInfo/MapBox.tsx
@@ -13,7 +13,7 @@ const L = runningInBrowser()
const LAYER_TILE_URL = "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png";
const LAYER_TILE_ATTRIBUTION =
- '© OpenStreetMap contributors';
+ '© OpenStreetMap contributors';
const ZOOM_LEVEL = 16;
const MapBoxContainer = styled("div")`