summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2023-09-10 16:07:14 +0200
committerGravatar GitHub <noreply@github.com> 2023-09-10 16:07:14 +0200
commitf5aba79d147532990cbf321e311e06e3f7bea0d1 (patch)
tree9002e3ae6e785981c758ce89848d579940fded04 /app
parentf470724c6ef307919dfdbcd9b71f8d821f1f10fa (diff)
Update page css class changed (#5647)
Co-authored-by: math-gh <>
Diffstat (limited to 'app')
-rw-r--r--app/views/update/index.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/update/index.phtml b/app/views/update/index.phtml
index 2210b9520..2e24b3086 100644
--- a/app/views/update/index.phtml
+++ b/app/views/update/index.phtml
@@ -72,7 +72,7 @@
<?php if ($this->update_to_apply) { ?>
<div class="form-group form-actions">
<div class="group-controls">
- <a class="btn btn-important btn-state1" href="<?= _url('update', 'apply') ?>" data-state2-id="button-update-loading"><?= _t('admin.update.apply') ?></a>
+ <a class="btn btn-attention btn-state1" href="<?= _url('update', 'apply') ?>" data-state2-id="button-update-loading"><?= _t('admin.update.apply') ?></a>
<span class="btn btn-state2" id="button-update-loading"><?= _t('admin.update.loading') ?></span>
</div>
</div>