diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-02 10:11:47 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-02 20:58:32 +0200 |
commit | 4de8f48b06b2ae7261d347ce692b3fef3bdd2e1a (patch) | |
tree | fe3d096342094c92b283f30c666c511674223881 /core/templates/update.admin.php | |
parent | 0c18b4decc83a3f906177443c6cf53ed0c1d14f3 (diff) | |
download | nextcloud-server-4de8f48b06b2ae7261d347ce692b3fef3bdd2e1a.tar.gz nextcloud-server-4de8f48b06b2ae7261d347ce692b3fef3bdd2e1a.zip |
Accessibility and design fixes for update and redirect pages
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/templates/update.admin.php')
-rw-r--r-- | core/templates/update.admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php index 2ad15117327..e8087b297e9 100644 --- a/core/templates/update.admin.php +++ b/core/templates/update.admin.php @@ -34,7 +34,7 @@ <div class="infogroup bold"> <?php p($l->t('Please make sure that the database, the config folder and the data folder have been backed up before proceeding.')) ?> </div> - <input class="updateButton" type="button" value="<?php p($l->t('Start update')) ?>"> + <input class="updateButton primary" type="button" value="<?php p($l->t('Start update')) ?>"> <div class="infogroup"> <em> <?php p($l->t('To avoid timeouts with larger installations, you can instead run the following command from your installation directory:')) ?> |