diff client/src/store/application.js @ 2220:d926292d81b6 pdf-export

PDF generation: changed form labels/option texts To reduce the visual size of the form, labels were removed since the form options are self-explanatory.
author Markus Kottlaender <markus@intevation.de>
date Mon, 11 Feb 2019 10:16:48 +0100
parents 631ca0412db9
children 85142493096c
line wrap: on
line diff
--- a/client/src/store/application.js	Fri Feb 08 16:21:29 2019 +0100
+++ b/client/src/store/application.js	Mon Feb 11 10:16:48 2019 +0100
@@ -117,7 +117,7 @@
         setTimeout(function() {
           commit("pdfTemplates", [
             {
-              name: "Default",
+              name: "Default Template",
               properties: {
                 format: "landscape",
                 resolution: "80",