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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-17 04:02:10 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-17 13:52:52 +0300
commitf012f0a3538985860bddf8abc4b0003285e2a688 (patch)
tree97f70d972dfd997e9990c377232b7b8bed5d9a23 /core/templates
parentdae2fdaae275337ec554098fc29105bc77a2cd8a (diff)
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>