changeset 3234:22dfaa22e96e

client: fix typo
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 10 May 2019 10:35:39 +0200
parents 9a02b770c2e6
children 0c5a28ffe9ee
files client/src/components/systemconfiguration/PDFTemplates.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/systemconfiguration/PDFTemplates.vue	Fri May 10 10:34:09 2019 +0200
+++ b/client/src/components/systemconfiguration/PDFTemplates.vue	Fri May 10 10:35:39 2019 +0200
@@ -132,7 +132,7 @@
       return this.$gettext("Country");
     },
     typeLabel() {
-      return this.$gettext("type");
+      return this.$gettext("Type");
     }
   },
   methods: {