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-02-14 10:49:00 +0300
committerAndras Timar <andras.timar@collabora.com>2019-02-14 10:49:00 +0300
commit9c17ba96cd83cb489485689c118bb78aeb819419 (patch)
tree819f58db4c9b200ad47cfd12d037fd72dd762177
parent6cb952641fdc0c88e6e7e8b12e567c8ea4b75948 (diff)
fix 'Collabora Online' product name
-rw-r--r--.github/ISSUE_TEMPLATE/Bug_report.md2
-rw-r--r--js/viewer/viewer.js2
-rw-r--r--templates/personal.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md
index f978591f..62952ddb 100644
--- a/.github/ISSUE_TEMPLATE/Bug_report.md
+++ b/.github/ISSUE_TEMPLATE/Bug_report.md
@@ -40,7 +40,7 @@ If applicable, add screenshots to help explain your problem.
**Version of the richdocuments app**
-**Version of Collabora online**
+**Version of Collabora Online**
<details>
diff --git a/js/viewer/viewer.js b/js/viewer/viewer.js
index 8c13c842..01a4933c 100644
--- a/js/viewer/viewer.js
+++ b/js/viewer/viewer.js
@@ -134,7 +134,7 @@ var odfViewer = {
$iframe.src = viewer;
}) .fail(function() {
odfViewer.onClose();
- OC.Notification.showTemporary('Failed to load Collabora online - please try again later');
+ OC.Notification.showTemporary('Failed to load Collabora Online - please try again later');
});
$('body').css('overscroll-behavior-y', 'none');
if ($('#isPublic').val()) {
diff --git a/templates/personal.php b/templates/personal.php
index 9ba9e3d4..57614cf5 100644
--- a/templates/personal.php
+++ b/templates/personal.php
@@ -12,6 +12,6 @@ script('richdocuments', 'personal');
<button id="templateSelectButton"><span class="icon-folder" title="<?php p($l->t('Select a personal template folder')); ?>" data-toggle="tooltip"></span></button>
<button id="templateResetButton"><span class="icon-delete" title="<?php p($l->t('Remove personal template folder')); ?>" data-toggle="tooltip"></span></button>
</p>
- <p><em><?php p($l->t('Templates inside of this directory will be added to the template selector of Collabora online.')); ?></em></p>
+ <p><em><?php p($l->t('Templates inside of this directory will be added to the template selector of Collabora Online.')); ?></em></p>
</div>
</div>