diff client/src/components/layers/Layers.vue @ 3425:cb2f67a07400

client: toolbar/dialogs: unified toolbar tooltips and dialog titles
author Markus Kottlaender <markus@intevation.de>
date Thu, 23 May 2019 15:58:12 +0200
parents c0f5f62343c9
children 9fba1be118e7
line wrap: on
line diff
--- a/client/src/components/layers/Layers.vue	Thu May 23 15:49:59 2019 +0200
+++ b/client/src/components/layers/Layers.vue	Thu May 23 15:58:12 2019 +0200
@@ -67,7 +67,7 @@
     ...mapState("application", ["showLayers"]),
     ...mapState("map", ["openLayersMaps"]),
     label() {
-      return this.$gettext("Layers");
+      return this.$gettext("Map Layers");
     },
     sourcesLoading() {
       let counter = 0;