Skip to content

Commit

Permalink
#385: changed initial update btn state to primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
YaWK committed Mar 27, 2023
1 parent 9024eea commit a5c128b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/includes/update.php
Expand Up @@ -44,7 +44,7 @@
<div class="box box-default">
<div class="box-body">
<div class="updateBtnNode" id="updateBtnNode">
<a href="#checkForUpdatesBtn" id="checkForUpdatesBtn" class="btn btn-success pull-right"
<a href="#checkForUpdatesBtn" id="checkForUpdatesBtn" class="btn btn-primary pull-right"
data-UPDATE_CHECK="<?php echo $lang['UPDATE_CHECK'];?>"
data-UPDATE_AVAILABLE="<?php echo $lang['UPDATE_AVAILABLE'];?>"
data-UPDATE_AVAILABLE_SUBTEXT="<?php echo $lang['UPDATE_AVAILABLE_SUBTEXT'];?>"
Expand Down

0 comments on commit a5c128b

Please sign in to comment.