changeset 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 928cdc06ff37
children c36940e53788
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	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: {