diff --git a/core/css/guest.css b/core/css/guest.css
index 26c8fbc9ccde8b8f517d5c2f80e63c4dd9970c5a..cfe6d385cbcdbdfd727d6a357ef64ccab0e5ad79 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -645,6 +645,11 @@ form #selectDbType label span {
 	box-shadow: none !important;
 }
 
+#install-recommended-apps + label span {
+	display: inline-block;
+	opacity: .7;
+}
+
 /* Errors */
 /* Warnings and errors are the same */
 .body-login-container,
diff --git a/core/templates/installation.php b/core/templates/installation.php
index eb224364844ac39cbffd7784399f283388430119..4efcebec38c90493242ba610035728bcf42a24db 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>