diff client/src/components/identify/Identify.vue @ 3187:5487abeb380c

client: identify: edited title of box header
author Markus Kottlaender <markus@intevation.de>
date Tue, 07 May 2019 18:37:12 +0200
parents c71373594719
children 33c398df5cb5
line wrap: on
line diff
--- a/client/src/components/identify/Identify.vue	Tue May 07 18:35:11 2019 +0200
+++ b/client/src/components/identify/Identify.vue	Tue May 07 18:37:12 2019 +0200
@@ -142,7 +142,7 @@
     ...mapGetters("map", ["filteredIdentifiedFeatures"]),
     ...mapState("map", ["currentMeasurement"]),
     identifiedLabel() {
-      return this.$gettext("Identified");
+      return this.$gettext("Identified Features");
     }
   },
   methods: {