diff client/src/components/toolbar/Profiles.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 4141a06961bb
children 5fb3134c3a0c
line wrap: on
line diff
--- a/client/src/components/toolbar/Profiles.vue	Thu May 23 15:49:59 2019 +0200
+++ b/client/src/components/toolbar/Profiles.vue	Thu May 23 15:58:12 2019 +0200
@@ -32,7 +32,7 @@
   computed: {
     ...mapState("application", ["showProfiles"]),
     label() {
-      return this.$gettext("Fairway Profiles");
+      return this.$gettext("Bottleneck Surveys");
     }
   }
 };