diff --git a/frontend/src/i18n/de.json b/frontend/src/i18n/de.json index 49c819cd..c309f46d 100644 --- a/frontend/src/i18n/de.json +++ b/frontend/src/i18n/de.json @@ -469,7 +469,8 @@ }, "leaflet-map": { "open-full-size": "{{appName}} als ganze Seite öffnen", - "loading": "Wird geladen…" + "loading": "Wird geladen…", + "attribution-notice": "Diese App basiert auf Kartendaten von [OpenStreetMap](https://www.openstreetmap.org/copyright/de). Mehr Details im Dialog „[Über {{appName}}](#about-dialog)“ im Hilfe-Menü." }, "leaflet-map-components": { "pois-too-many-results": "Nicht alle POIs konnten geladen werden, weil zu viele gefunden wurden. Zoom Sie weiter hinein, um alle POIs anzuzeigen.", diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 687f9f2b..64e043a0 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -471,7 +471,8 @@ }, "leaflet-map": { "open-full-size": "Open {{appName}} in full size", - "loading": "Loading…" + "loading": "Loading…", + "attribution-notice": "This app is based on map data from [OpenStreetMap](https://www.openstreetmap.org/copyright). Find out more in the “[About {{appName}}](#about-dialog)” dialog in the Help menu." }, "leaflet-map-components": { "pois-too-many-results": "Not all POIs are shown because there are too many results. Zoom in to show all results.", diff --git a/frontend/src/lib/components/facil-map-context-provider/facil-map-context-provider.vue b/frontend/src/lib/components/facil-map-context-provider/facil-map-context-provider.vue index 894861e2..48dddb3b 100644 --- a/frontend/src/lib/components/facil-map-context-provider/facil-map-context-provider.vue +++ b/frontend/src/lib/components/facil-map-context-provider/facil-map-context-provider.vue @@ -1,6 +1,6 @@ + +