From ba2ab4eabaf8bbab8e133e72d04a91d1a33b5980 Mon Sep 17 00:00:00 2001 From: Sergey Linnik Date: Mon, 19 Jun 2017 16:42:38 +0300 Subject: fixed text resources --- js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') 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; } -- cgit v1.2.3