summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-17 02:02:10 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2020-01-24 10:30:47 +0100
commit607c55aaaab7519f8aa778735cd6f1c355728395 (patch)
treee7a509360f7537c5f15ea52ca868fcb526cf1732 /core/templates
parent2f27f122e167f27f1b09c3a4c9b70754ab953e88 (diff)
downloadnextcloud-server-607c55aaaab7519f8aa778735cd6f1c355728395.tar.gz
nextcloud-server-607c55aaaab7519f8aa778735cd6f1c355728395.zip
Add new recommended 18 apps
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 4efcebec38c..c0afc311939 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -163,7 +163,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' )); ?></span>
+ <span><?php p($l->t( 'Calendar, Contacts, Talk, Mail & OnlyOffice' )); ?></span>
</label>
</p>
</fieldset>