Refactoring

This commit is contained in:
Julia Radzhabova
2025-03-21 21:52:35 +03:00
parent c9da4e972c
commit 4b783aafb5
8 changed files with 4 additions and 12 deletions

View File

@ -664,7 +664,7 @@ VE.ApplicationController = new(function(){
else {
WarningShown = true;
common.controller.modals.showWarning({
title: me.txtTitleWarning,
title: me.notcriticalErrorTitle,
message: me.txtOpenWarning,
buttons: [me.txtYes, me.txtNo],
primary: me.txtYes,
@ -959,7 +959,6 @@ VE.ApplicationController = new(function(){
errorToken: 'The document security token is not correctly formed.<br>Please contact your Document Server administrator.',
txtPressLink: 'Click the link to open it',
txtPage: 'Page',
txtTitleWarning: "Warning",
txtOpenWarning: "Clicking this link can be harmful to your device and data.<br> Are you sure you want to continue?",
txtYes:'Yes',
txtNo: 'No'

View File

@ -39,7 +39,6 @@
"VE.ApplicationController.titleLicenseExp": "License expired",
"VE.ApplicationController.titleLicenseNotActive": "License not active",
"VE.ApplicationController.txtClose": "Close",
"VE.ApplicationController.txtTitleWarning": "Warning",
"VE.ApplicationController.txtOpenWarning": "Clicking this link can be harmful to your device and data.<br> Are you sure you want to continue?",
"VE.ApplicationController.txtYes":"Yes",
"VE.ApplicationController.txtNo": "No",