# HG changeset patch # User Thomas Junk # Date 1557481539 -7200 # Node ID 94e966ebef356a2882724543cc8b31a0ae925362 # Parent 86e10835821634a8e6f541afbb73937728c2c2a5 available_fairway_depth: fix typo diff -r 86e108358216 -r 94e966ebef35 client/src/components/fairway/AvailableFairwayDepthDialogue.vue --- 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"); } },