diff --git a/i18n/en.json b/i18n/en.json index 648138a878..2b124c276e 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1548,7 +1548,7 @@ "map_location_picker_page_use_location": "Use this location", "map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?", "map_location_service_disabled_title": "Location Service disabled", - "map_marker_for_images": "Map marker for images taken in {city}, {country}", + "map_marker_for_image": "Map marker for image taken in {city}, {country}", "map_marker_with_image": "Map marker with image", "map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?", "map_no_location_permission_title": "Location Permission denied", diff --git a/web/src/lib/components/asset-viewer/DetailPanel.svelte b/web/src/lib/components/asset-viewer/DetailPanel.svelte index 6766292766..98b64d5aa0 100644 --- a/web/src/lib/components/asset-viewer/DetailPanel.svelte +++ b/web/src/lib/components/asset-viewer/DetailPanel.svelte @@ -23,7 +23,7 @@ type AlbumResponseDto, type AssetResponseDto, } from '@immich/sdk'; - import { Icon, IconButton, LoadingSpinner, Text } from '@immich/ui'; + import { Icon, IconButton, Link, LoadingSpinner, Text } from '@immich/ui'; import { mdiCamera, mdiCameraIris, mdiClose, mdiImageOutline, mdiInformationOutline } from '@mdi/js'; import { onDestroy } from 'svelte'; import { t } from 'svelte-i18n'; @@ -310,14 +310,13 @@ {#snippet popup({ marker })} {@const { lat, lon } = marker}
{lat.toPrecision(6)}, {lon.toPrecision(6)}
- {lat.toPrecision(6)}, {lon.toPrecision(6)} + {$t('open_in_openstreetmap')} - +