# HG changeset patch # User Markus Kottlaender # Date 1554456441 -7200 # Node ID 4141a06961bb6e51679daeeeefc2c7955bd67544 # Parent ab771ea5e4feaf772eb6d8c5ab6bb783317425b5 client: toolbar: better label for fairway profile tool diff -r ab771ea5e4fe -r 4141a06961bb client/src/components/toolbar/Profiles.vue --- 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"); } } };