changeset 3238:94e966ebef35

available_fairway_depth: fix typo
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 10 May 2019 11:45:39 +0200
parents 86e108358216
children a7d44d1ae57d
files client/src/components/fairway/AvailableFairwayDepthDialogue.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/fairway/AvailableFairwayDepthDialogue.vue	Fri May 10 11:43:58 2019 +0200
+++ b/client/src/components/fairway/AvailableFairwayDepthDialogue.vue	Fri May 10 11:45:39 2019 +0200
@@ -320,7 +320,7 @@
       if (this.type === this.$options.BOTTLENECKS)
         return this.$gettext("Select bottleneck");
       if (this.type === this.$options.STRETCHES)
-        return this.$gettext("Select strectch");
+        return this.$gettext("Select stretch");
       return this.$gettext("Select section");
     }
   },