changeset 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 4949e723bf45
children cd0f6b3cb5fc
files client/src/components/ImportStretches.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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"
               />