changeset 2946:4141a06961bb

client: toolbar: better label for fairway profile tool
author Markus Kottlaender <markus@intevation.de>
date Fri, 05 Apr 2019 11:27:21 +0200
parents ab771ea5e4fe
children a6eea3002e6e
files client/src/components/toolbar/Profiles.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/toolbar/Profiles.vue	Fri Apr 05 10:37:58 2019 +0200
+++ b/client/src/components/toolbar/Profiles.vue	Fri Apr 05 11:27:21 2019 +0200
@@ -32,7 +32,7 @@
   computed: {
     ...mapState("application", ["showProfiles"]),
     label() {
-      return this.$gettext("Profiles");
+      return this.$gettext("Fairway Profiles");
     }
   }
 };