changeset 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 c5cc6540940e
children bb66e144dece
files client/src/components/map/layers.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,