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:
authorMarius Blüm <marius@lineone.io>2019-02-20 14:25:31 +0300
committerJulius Härtl <jus@bitgrid.net>2019-02-28 19:55:25 +0300
commit06946253b8b3b16c6186b24fa060d465922b3fde (patch)
tree1aea10964ba8374647c3a27e30411d04a1eeb26d /templates
parenta40621e39708b237d9087aaaa7c07a05a7ddcd98 (diff)
Wording changes based on Feedback
Signed-off-by: Marius Blüm <marius@lineone.io>
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/admin.php b/templates/admin.php
index b8dad2ba..88dd8820 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -17,8 +17,7 @@ script('files', 'jquery.fileupload');
<br/>
<input type="text" name="wopi_url" id="wopi_url" placeholder="https://office.example.org:9980" value="<?php p($_['wopi_url'])?>" style="width: 300px; display: ;"> <button type="button" id="wopi_apply"><?php p($l->t('Apply')) ?></button>
<br/>
- <em><?php p($l->t('Collabora Online requires an seperate server acting as WOPI-Client and provides editing capabilities.')) ?></em>
-
+ <em><?php p($l->t('Collabora Online requires a seperate server acting as a WOPI-Client to provide editing capabilities.')) ?></em>
<br/>
<input type="checkbox" class="checkbox" id="disable_certificate_verification" <?php p($_['disable_certificate_verification'] === 'yes' ? 'checked' : '') ?> />
<label for="disable_certificate_verification"><?php p($l->t('Disable certificate verification (insecure)')) ?></label>