diff options
| -rw-r--r-- | p/i/install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/p/i/install.php b/p/i/install.php index 4b0b1d194..90ee0b8a9 100644 --- a/p/i/install.php +++ b/p/i/install.php @@ -955,7 +955,7 @@ function printStep4 () { <legend><?php echo _t ('version_update'); ?></legend> <?php if (updateDatabase(false)) { ?> - <p class="alert"><?php echo _t ('update_long'); ?></p> + <p class="alert alert-warn"><?php echo _t ('update_long'); ?></p> <div class="form-group form-actions"> <div class="group-controls"> @@ -965,7 +965,7 @@ function printStep4 () { </div> <?php } else { ?> - <p class="alert"><?php echo _t ('update_end'); ?></p> + <p class="alert alert-warn"><?php echo _t ('update_end'); ?></p> <div class="form-group form-actions"> <div class="group-controls"> |
