Add survey save button text

This commit is contained in:
Ramon Wenger 2019-09-17 17:51:02 +02:00
parent 64bf100a19
commit 2c665399b6
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@
survey.css = css; survey.css = css;
survey.locale = 'de'; survey.locale = 'de';
survey.showProgressBar = 'bottom'; survey.showProgressBar = 'bottom';
survey.pageNextText = 'Speichern & Weiter';
return survey; return survey;
}, },
reopen() { reopen() {