mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Refactoring
This commit is contained in:
@ -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'
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user