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
committerRoeland Jago Douma <roeland@famdouma.nl>2020-05-07 20:54:57 +0300
commit016081707861aa8bce36f304acfbac00c4fd0686 (patch)
tree91e23cedf0b1c366a58d6d0965dcd4e7de76fa99 /core/templates
parent0643801d9beec3e0ba5827c5d526ef3dde223348 (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>