comparison client/src/components/toolbar/Profiles.vue @ 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 c0162cbb5775
children cb2f67a07400
comparison
equal deleted inserted replaced
2945:ab771ea5e4fe 2946:4141a06961bb
30 export default { 30 export default {
31 name: "profiles", 31 name: "profiles",
32 computed: { 32 computed: {
33 ...mapState("application", ["showProfiles"]), 33 ...mapState("application", ["showProfiles"]),
34 label() { 34 label() {
35 return this.$gettext("Profiles"); 35 return this.$gettext("Fairway Profiles");
36 } 36 }
37 } 37 }
38 }; 38 };
39 </script> 39 </script>