changeset 4469:0d64913b184a

identify: add space to avail measurement
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 23 Sep 2019 16:25:06 +0200
parents 130e929bab8f
children 0d597cda8c6b
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	Mon Sep 23 16:16:42 2019 +0200
+++ b/client/src/components/identify/Identify.vue	Mon Sep 23 16:25:06 2019 +0200
@@ -411,7 +411,7 @@
       const in14Days = gauge.get("gm_n_14d");
       const messagesPerState = {
         OK: [
-          this.$gettext("Avail: Latest measurement from") +
+          this.$gettext("Avail: Latest measurement from ") +
             `${lastMeasureDate}`,
           this.$gettext("Measurement is within") + ` ${latestInHours}h`,
           `${in14Days} / ${measurementsIn14D} ${this.$gettext(