changeset 4720:b3b33e94cee8

client: (minor) fix pdf-filename prefix (hydrologicalConditions)
author Fadi Abbud <fadi.abbud@intevation.de>
date Thu, 17 Oct 2019 14:00:14 +0200
parents 07e8436ef4de
children b2119cf5c7fb
files client/src/components/gauge/HydrologicalConditions.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/gauge/HydrologicalConditions.vue	Thu Oct 17 13:15:43 2019 +0200
+++ b/client/src/components/gauge/HydrologicalConditions.vue	Thu Oct 17 14:00:14 2019 +0200
@@ -238,7 +238,7 @@
       });
       this.pdf.doc.save(
         this.downloadFilename(
-          this.$gettext("HydrologicalCondition"),
+          this.$gettext("HydrologicalConditions"),
           this.selectedGaugeD.properties.objname
         ) + ".pdf"
       );