diff client/src/components/ImportStretches.vue @ 1987:ee274693b8ee

Use something similar to a valid ISRS location code as placeholder
author Tom Gottfried <tom@intevation.de>
date Wed, 23 Jan 2019 18:34:55 +0100
parents c8e2f6838eaf
children e9879eb7e965
line wrap: on
line diff
--- a/client/src/components/ImportStretches.vue	Wed Jan 23 17:59:15 2019 +0100
+++ b/client/src/components/ImportStretches.vue	Wed Jan 23 18:34:55 2019 +0100
@@ -110,7 +110,7 @@
                 id="startrhm"
                 type="text"
                 class="form-control"
-                placeholder="e.g. ATXXX00001000000019900"
+                placeholder="e.g. ATXXX000010000019900"
                 aria-label="startrhm"
                 v-model="startrhm"
               />
@@ -135,7 +135,7 @@
                 id="endrhm"
                 type="text"
                 class="form-control"
-                placeholder="e.g. ATXXX00001000000019900"
+                placeholder="e.g. ATXXX000010000019900"
                 aria-label="endrhm"
                 v-model="endrhm"
               />