diff client/src/components/fairway/Profiles.vue @ 2754:d0f6c222f4f9

client:correct a set of strings marking
author Fadi Abbud <fadi.abbud@intevation.de>
date Thu, 21 Mar 2019 13:24:49 +0100
parents 85de42146bdb
children 30a753f51a3c
line wrap: on
line diff
--- a/client/src/components/fairway/Profiles.vue	Thu Mar 21 13:03:27 2019 +0100
+++ b/client/src/components/fairway/Profiles.vue	Thu Mar 21 13:24:49 2019 +0100
@@ -6,7 +6,11 @@
     ]"
   >
     <div style="width: 18rem">
-      <UIBoxHeader icon="chart-area" title="Profiles" :closeCallback="close" />
+      <UIBoxHeader
+        icon="chart-area"
+        :title="profilesLable"
+        :closeCallback="close"
+      />
       <div class="box-body">
         <transition name="fade">
           <div class="loading" v-if="surveysLoading || profileLoading">
@@ -260,6 +264,9 @@
       "profileLoading",
       "waterLevels"
     ]),
+    profilesLable() {
+      return this.$gettext("Profiles");
+    },
     selectedBottleneck: {
       get() {
         return this.$store.state.bottlenecks.selectedBottleneck;