changeset 4435:033685fe1355

Fix unit of threshold The implementation clearly expects hours here. See gmAvailability() in client/src/lib/classifications.js.
author Tom Gottfried <tom@intevation.de>
date Thu, 19 Sep 2019 11:32:18 +0200
parents 0ca5e6c4f195
children a66275cf4490
files client/src/components/systemconfiguration/DataAccuracy.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/systemconfiguration/DataAccuracy.vue	Wed Sep 18 18:04:39 2019 +0200
+++ b/client/src/components/systemconfiguration/DataAccuracy.vue	Thu Sep 19 11:32:18 2019 +0200
@@ -114,7 +114,7 @@
                     style="width: 55px"
                     v-model="config.gm_latest_hours"
                   />
-                  <translate>days.</translate>
+                  <translate>hours.</translate>
                 </div>
               </div>
             </div>