fix: localize primary map delivery status
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 23:18:22 +02:00
parent b50b250f72
commit d528677e03
4 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -668,7 +668,7 @@ function App(): JSX.Element {
const areaContextLabel = selectedArea?.name ?? (areas.length > 0 ? 'Kies een gebied' : 'Geen gebied')
const datasetContextLabel = selectedDataset ? getDatasetDisplayName(selectedDataset) : datasets.length > 0 ? 'Kies een bron' : 'Geen bron'
const layerContextLabel = mapFeatureCollection
? `${mapFeatureCount} features`
? `${mapFeatureCount.toLocaleString('nl-BE')} objecten`
: viewportVectorLayerActive
? 'Kaartlaag gekozen'
: 'Geen actieve laag'