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 /templates
parent6cb952641fdc0c88e6e7e8b12e567c8ea4b75948 (diff)
fix 'Collabora Online' product name
Diffstat (limited to 'templates')
-rw-r--r--templates/personal.php2
1 files changed, 1 insertions, 1 deletions
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>