changeset 4508:d53c78cd53f3

client: fix displayed unit for critical data availability
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 02 Oct 2019 16:59:59 +0200
parents a912b1458834
children a233bacd83aa 25898dabd4af
files client/src/components/identify/Identify.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/identify/Identify.vue	Wed Oct 02 16:25:10 2019 +0200
+++ b/client/src/components/identify/Identify.vue	Wed Oct 02 16:59:59 2019 +0200
@@ -428,7 +428,7 @@
         ],
         DANGER: [
           this.$gettext("Avail: Latest measurement older than") +
-            ` ${latestInHours} d`,
+            ` ${latestInHours}h`,
           `(${lastMeasureDate})`
         ]
       };