changeset 1767:e84f78cd0d2f

Available Fairway Depths
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 11 Jan 2019 10:57:51 +0100
parents e51db2a365a2
children 25e6cf028b78
files client/src/components/importschedule/Importscheduledetail.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importschedule/Importscheduledetail.vue	Fri Jan 11 10:47:58 2019 +0100
+++ b/client/src/components/importschedule/Importscheduledetail.vue	Fri Jan 11 10:57:51 2019 +0100
@@ -32,7 +32,7 @@
                   ><translate>Gauge measurement</translate></option
                 >
                 <option :value="$options.IMPORTTYPES.FAIRWAYAVAILABILITY"
-                  ><translate>Fairway availability</translate></option
+                  ><translate>Available Fairway Depths</translate></option
                 >
               </select>
             </div>