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:
authorChristopher Ng <chrng8@gmail.com>2022-01-14 22:32:10 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-01-19 03:48:36 +0300
commita38ac95ff6b5a6241e5395a1c86b0eefbab7cc34 (patch)
tree707f4b3f329cbdd98bbab53d957b3560a1ef5521 /core/templates
parentcac4c1a2deb0e527de35b585403ccfc51b205efc (diff)
Improve installation pages
Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 22768769c3f29f9952110f86a032e4bf3a4bf460) Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/installation.php12
1 files changed, 1 insertions, 11 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php
index 5bdf8b0cc96..61aca127666 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -159,19 +159,9 @@ script('core', 'dist/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">&nbsp;</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>