diff options
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:')) ?> |