aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-05-08 08:30:47 +0200
committerGitHub <noreply@github.com>2020-05-08 08:30:47 +0200
commit885163e5d1e8756aed703391452334290274b887 (patch)
treee046691e1f5dbc06ebf7de7e2f32f8578410ebb2
parent9012f4f906524765a7cc12f98e878232502f5793 (diff)
parent016081707861aa8bce36f304acfbac00c4fd0686 (diff)
downloadnextcloud-server-885163e5d1e8756aed703391452334290274b887.tar.gz
nextcloud-server-885163e5d1e8756aed703391452334290274b887.zip
Merge pull request #20864 from nextcloud/enh/install_naming
Install page app naming
-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>