[DE forms] Fix Bug 54217

This commit is contained in:
Julia Radzhabova 2021-11-30 14:50:35 +03:00
parent 126ff5e716
commit 8c554f9f67
2 changed files with 3 additions and 5 deletions

View file

@ -537,7 +537,7 @@ define([
me.view.btnDownload.setVisible(this.appOptions.canDownload && this.appOptions.canFillForms && !this.appOptions.canSubmitForms);
if (me.appOptions.canRequestSaveAs || !!me.appOptions.saveAsUrl) {
me.view.btnDownload.setCaption(me.textSaveAs);
me.view.btnDownload.updateHint(me.textTipSaveAs);
me.view.btnDownload.updateHint(me.textSaveAs);
}
if (!this.appOptions.canFillForms) {
me.view.btnPrev.setVisible(false);
@ -1780,8 +1780,7 @@ define([
errorSessionToken: 'The connection to the server has been interrupted. Please reload the page.',
errorBadImageUrl: 'Image url is incorrect',
errorDataEncrypted: 'Encrypted changes have been received, they cannot be deciphered.',
textSaveAs: 'Save as',
textTipSaveAs: 'Save as pdf'
textSaveAs: 'Save as PDF'
}, DE.Controllers.ApplicationController));

View file

@ -139,8 +139,7 @@
"DE.Controllers.ApplicationController.errorSessionToken": "The connection to the server has been interrupted. Please reload the page.",
"DE.Controllers.ApplicationController.errorBadImageUrl": "Image URL is incorrect",
"DE.Controllers.ApplicationController.errorDataEncrypted": "Encrypted changes have been received, they cannot be deciphered.",
"DE.Controllers.ApplicationController.textSaveAs": "Save as",
"DE.Controllers.ApplicationController.textTipSaveAs": "Save as pdf",
"DE.Controllers.ApplicationController.textSaveAs": "Save as PDF",
"DE.Views.ApplicationView.textClear": "Clear All Fields",
"DE.Views.ApplicationView.textCopy": "Copy",
"DE.Views.ApplicationView.textCut": "Cut",