comparison 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
comparison
equal deleted inserted replaced
3424:0a666ba899fa 3425:cb2f67a07400
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("Fairway Profiles"); 35 return this.$gettext("Bottleneck Surveys");
36 } 36 }
37 } 37 }
38 }; 38 };
39 </script> 39 </script>