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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-09-30 14:00:25 +0300
committerAndras Timar <andras.timar@collabora.com>2019-09-30 14:00:25 +0300
commit9a94566ddc3f81efca7c534593f7be7b6bcd98bd (patch)
tree697c04c96cb8927ddce44e5738c1d188aca72ca2
parent05d303343be68c7324425a5b64b5cd50110076b1 (diff)
We prefer the term 'WOPI-like Client'
-rw-r--r--appinfo/info.xml2
-rw-r--r--templates/admin.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9aa8c109..ac76f9a4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -3,7 +3,7 @@
<id>richdocuments</id>
<name>Collabora Online</name>
<summary>Edit office documents directly in your browser.</summary>
- <description>This application can connect to a Collabora Online (or other) server (WOPI Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.</description>
+ <description>This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.</description>
<version>3.4.2</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
diff --git a/templates/admin.php b/templates/admin.php
index e4429d96..66913fc3 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -18,7 +18,7 @@ script('files', 'jquery.fileupload');
<input type="text" name="wopi_url" id="wopi_url" placeholder="https://office.example.org:9980" value="<?php p($_['wopi_url'])?>"><button type="button" id="wopi_apply"><?php p($l->t('Apply')) ?></button>
<span id="documents-admin-msg" class="msg"></span>
<br />
- <em><?php p($l->t('Collabora Online requires a seperate server acting as a WOPI-Client to provide editing capabilities.')) ?></em>
+ <em><?php p($l->t('Collabora Online requires a seperate server acting as a WOPI-like Client to provide editing capabilities.')) ?></em>
</p>
<p>
<input type="checkbox" class="checkbox" id="disable_certificate_verification" <?php p($_['disable_certificate_verification'] === 'yes' ? 'checked' : '') ?> />