diff client/src/components/importconfiguration/types/ApprovedGaugeMeasurement.vue @ 3156:cb3b31566e48

import_configuration: added missing labels
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 06 May 2019 11:15:28 +0200
parents 30222bcbfec9
children 439e1865a2d2
line wrap: on
line diff
--- a/client/src/components/importconfiguration/types/ApprovedGaugeMeasurement.vue	Fri May 03 18:39:49 2019 +0200
+++ b/client/src/components/importconfiguration/types/ApprovedGaugeMeasurement.vue	Mon May 06 11:15:28 2019 +0200
@@ -151,7 +151,9 @@
     }
   },
   ORIGINATOR: app.$gettext("originator"),
-  FROM: app.$gettext("from")
+  FROM: app.$gettext("from"),
+  on: "on",
+  off: "off"
 };
 </script>