diff client/src/components/map/layers.js @ 4223:a76a6b26e327

client: improve layer label * Change layer label `Bottlenecks Fairway Availability` to `Bottleneck Fairway Availability` to be more consistent with other labels.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 16 Aug 2019 17:22:17 +0200
parents efe0904b1d45
children 27434b0d4d96
line wrap: on
line diff
--- a/client/src/components/map/layers.js	Fri Aug 16 17:09:39 2019 +0200
+++ b/client/src/components/map/layers.js	Fri Aug 16 17:22:17 2019 +0200
@@ -503,7 +503,7 @@
         (function() {
           return new VectorLayer({
             id: "BOTTLENECKFAIRWAYAVAILABILITY",
-            label: "Bottlenecks Fairway Availability",
+            label: "Bottleneck Fairway Availability",
             forLegendStyle: { point: true, resolution: 16 },
             visible: false,
             zIndex: 1,