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 <rullzer@users.noreply.github.com>2020-01-15 09:24:57 +0300
committerGitHub <noreply@github.com>2020-01-15 09:24:57 +0300
commit060dd35ef9658907eb578043437fa476efc7bcaf (patch)
tree1384d20b0e5c26b2784976574377338b8b0c998e /core/templates
parent9daf35b704f7d7cef2b65d5faf07ea8ec7ef1ea1 (diff)
parentd873236d36294ed255e0b0184abd998f3887f4ea (diff)
Merge pull request #18873 from nextcloud/design/install-page
Install page design fixes
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>