Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorSergey Linnik <sergey.linnik@onlyoffice.com>2017-06-19 16:42:38 +0300
committerSergey Linnik <sergey.linnik@onlyoffice.com>2017-06-19 16:59:55 +0300
commitba2ab4eabaf8bbab8e133e72d04a91d1a33b5980 (patch)
tree30f0e3cb37cfcaad81742957719572889be73e9e /js
parentf001377ac8b7525f8cf88fca1a8909064d8d6efa (diff)
fixed text resources
Diffstat (limited to 'js')
-rw-r--r--js/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/editor.js b/js/editor.js
index 949744a..7b9f880 100644
--- a/js/editor.js
+++ b/js/editor.js
@@ -49,7 +49,7 @@
}
if (typeof DocsAPI === "undefined" && !error.length) {
- displayError(t(OCA.Onlyoffice.AppName, "ONLYOFFICE not reached. Please contact admin"));
+ displayError(t(OCA.Onlyoffice.AppName, "ONLYOFFICE cannot be reached. Please contact admin"));
return;
}