From 9c17ba96cd83cb489485689c118bb78aeb819419 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 14 Feb 2019 08:49:00 +0100 Subject: fix 'Collabora Online' product name --- .github/ISSUE_TEMPLATE/Bug_report.md | 2 +- js/viewer/viewer.js | 2 +- templates/personal.php | 2 +- 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**
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');

-

t('Templates inside of this directory will be added to the template selector of Collabora online.')); ?>

+

t('Templates inside of this directory will be added to the template selector of Collabora Online.')); ?>

-- cgit v1.2.3