diff --git a/src/Planner.svelte b/src/Planner.svelte
index 3df9019..ea4f8f9 100644
--- a/src/Planner.svelte
+++ b/src/Planner.svelte
@@ -30,12 +30,12 @@
'https://c.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png',
],
attribution: '© CyclOSM | © OpenStreetMap contributors',
- label: 'OSM',
+ label: 'CyclOSM',
},
osm: {
tiles: ['https://tile.openstreetmap.org/{z}/{x}/{y}.png'],
attribution: '© OpenStreetMap contributors',
- label: 'Cycle',
+ label: 'OSM',
},
};