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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-05-07 20:54:57 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-05-08 09:33:11 +0300
commit4d0f008dcba51509a83560311c098fbaefa5368b (patch)
tree59b268adbb1a4d4235d37f9663fc02176bc9dfcc /core/templates
parent3b0e581dec0ef7b43380cb25c78ed3f7f4034a7f (diff)
Install page app naming
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/installation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php
index a7808a0103c..eb1942d83ee 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -166,7 +166,7 @@ script('core', [
<input type="checkbox" id="install-recommended-apps" name="install-recommended-apps" class="checkbox checkbox--white" checked>
<label for="install-recommended-apps">
<?php p($l->t('Install recommended apps')); ?>
- <span><?php p($l->t('Calendar, Contacts, Talk, Mail & OnlyOffice')); ?></span>
+ <span><?php p($l->t('Calendar, Contacts, Talk, Mail & Collaborative editing')); ?></span>
</label>
</p>
</fieldset>