diff --git a/components/MapComponent.js b/components/MapComponent.js
index 76f01f0e7..25c36b41f 100644
--- a/components/MapComponent.js
+++ b/components/MapComponent.js
@@ -716,7 +716,9 @@ const MapComponent = ({ locations, onLocationUpdate }) => {
});
// Ein Popup mit Informationen zur Station hinzufügen
marker
- .bindPopup(`${station.LD_Name}
${station.Device}`)
+ .bindPopup(
+ `${station.LD_Name}
${station.Device}
${station.Area_Short} ${station.Area_Name}
${station.Location_Short} ${station.Location_Name}
`
+ )
.openPopup();
// Diese Zeile entfernt das automatische Tooltip