summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2020-01-13 23:18:39 +0100
committerJulius Härtl <jus@bitgrid.net>2020-01-14 14:18:16 +0100
commit19397059d608df4ea4bd634513f97f1b90fd6de9 (patch)
tree56344f0761951c075a09f7ab24b9798b5b94fbfd /core/templates
parent092a1fb90f57639a15adc5a8e565b53debe26a8a (diff)
downloadnextcloud-server-19397059d608df4ea4bd634513f97f1b90fd6de9.tar.gz
nextcloud-server-19397059d608df4ea4bd634513f97f1b90fd6de9.zip
Add explanatory bit for recommended apps, fix #18631
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/installation.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php
index eb224364844..4efcebec38c 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -163,6 +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>
</label>
</p>
</fieldset>