comparison client/src/components/systemconfiguration/PDFTemplates.vue @ 3234:22dfaa22e96e

client: fix typo
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 10 May 2019 10:35:39 +0200
parents 86231e847762
children e9c143436432
comparison
equal deleted inserted replaced
3233:9a02b770c2e6 3234:22dfaa22e96e
130 }, 130 },
131 countryLabel() { 131 countryLabel() {
132 return this.$gettext("Country"); 132 return this.$gettext("Country");
133 }, 133 },
134 typeLabel() { 134 typeLabel() {
135 return this.$gettext("type"); 135 return this.$gettext("Type");
136 } 136 }
137 }, 137 },
138 methods: { 138 methods: {
139 downloadTemplate(template) { 139 downloadTemplate(template) {
140 if (template) { 140 if (template) {