fix: translate custom provider layer
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 21:55:50 +02:00
parent e3d442ad3a
commit cfd13307e4
2 changed files with 2 additions and 0 deletions
@@ -31,6 +31,7 @@ function providerLayerLabel(value: string): string {
parcels: 'percelen',
water: 'water',
landuse: 'landgebruik',
custom: 'eigen laag',
}
return labels[value] ?? value
}