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
diff options
context:
space:
mode:
authorSergey Linnik <sergey.linnik@onlyoffice.com>2021-08-02 11:49:20 +0300
committerGitHub <noreply@github.com>2021-08-02 11:49:20 +0300
commitae76204d0b32bc674c9c4cc936ef63a0afb58549 (patch)
treea6d0f19857c81e5251a0fd9646181d25e8b5963f /lib/documentservice.php
parent926a0be602e8eb147974daa614a4bd444e198e99 (diff)
parentd751c5e17b7af0ae3da17cf77a8ad6046bd0649a (diff)
Merge pull request #502 from ONLYOFFICE/developv7.1.0
Release/7.1.0
Diffstat (limited to 'lib/documentservice.php')
-rw-r--r--lib/documentservice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/documentservice.php b/lib/documentservice.php
index 308d1d6..5069506 100644
--- a/lib/documentservice.php
+++ b/lib/documentservice.php
@@ -383,7 +383,7 @@ class DocumentService {
if (preg_match("/^https:\/\//i", $urlGenerator->getAbsoluteURL("/"))
&& preg_match("/^http:\/\//i", $this->config->GetDocumentServerUrl())) {
- throw new \Exception($this->trans->t("Mixed Active Content is not allowed. HTTPS address for Document Server is required."));
+ throw new \Exception($this->trans->t("Mixed Active Content is not allowed. HTTPS address for ONLYOFFICE Docs is required."));
}
} catch (\Exception $e) {