Improve updater

This commit is contained in:
grandeljay 2022-11-29 12:02:29 +01:00
parent 9e80ce02b1
commit edee52227a

View file

@ -66,6 +66,7 @@ $page->navigation();
<?= $page->messages() ?> <?= $page->messages() ?>
<?php if (-1 === version_compare($options->version, VERSION)) { ?>
<div class="ui segment"> <div class="ui segment">
<h2 class="ui header"><?= __('Database migration') ?></h2> <h2 class="ui header"><?= __('Database migration') ?></h2>
<p><?= __('Thank you for updating wishthis! To complete this update, some changes are required to the database structure.') ?></p> <p><?= __('Thank you for updating wishthis! To complete this update, some changes are required to the database structure.') ?></p>
@ -80,6 +81,7 @@ $page->navigation();
</button> </button>
</form> </form>
</div> </div>
<?php } ?>
</div> </div>
</main> </main>