diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-01-14 19:32:10 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-01-14 19:59:46 +0000 |
commit | 22768769c3f29f9952110f86a032e4bf3a4bf460 (patch) | |
tree | 3eab216005473c1ae1f7fc5bf208708656dfd0b4 /core/templates/installation.php | |
parent | 206967a4fbf217a4ec69bb8438194e5a40e1cf12 (diff) | |
download | nextcloud-server-22768769c3f29f9952110f86a032e4bf3a4bf460.tar.gz nextcloud-server-22768769c3f29f9952110f86a032e4bf3a4bf460.zip |
Improve installation pages
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'core/templates/installation.php')
-rw-r--r-- | core/templates/installation.php | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index 78d6e6e97a2..0137466c9f1 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -159,19 +159,9 @@ script('core', 'install'); </fieldset> <?php endif ?> - <fieldset> - <p class="info"> - <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 & Collaborative editing')); ?></span> - </label> - </p> - </fieldset> - <div class="icon-loading-dark float-spinner"> </div> - <div class="buttons"><input type="submit" class="primary" value="<?php p($l->t('Finish setup')); ?>" data-finishing="<?php p($l->t('Finishing …')); ?>"></div> + <div class="buttons"><input type="submit" class="primary" value="<?php p($l->t('Install')); ?>" data-finishing="<?php p($l->t('Installing …')); ?>"></div> <p class="info"> <span class="icon-info-white"></span> |