From a1e5e73cd845ffdf51c7e7ea2d4073bec7eff290 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 28 Apr 2015 09:10:36 +0200 Subject: default locale = DE --- simpleSigning/src/main/resources/js/pdfas.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/simpleSigning/src/main/resources/js/pdfas.js b/simpleSigning/src/main/resources/js/pdfas.js index 3c353ee..00d0182 100644 --- a/simpleSigning/src/main/resources/js/pdfas.js +++ b/simpleSigning/src/main/resources/js/pdfas.js @@ -207,9 +207,9 @@ pdfAs.createAsyncSignature = function(pdfUrl, connector, divID, pdfAsURL, qrcode var innerdivbottom = document.createElement('div'); innerdivbottom.style.display = 'block'; div.appendChild(innerdivbottom); - var btnText = 'Cancel'; - if(locale == "DE") { - btnText = 'Abbrechen'; + var btnText = 'Abbrechen'; + if(locale == "EN") { + btnText = 'Cancel'; } innerdivbottom.innerHTML = "
" -- cgit v1.2.3