Improve maintenance mode hint

This commit is contained in:
grandeljay 2022-11-28 13:42:34 +01:00
parent bae3f7616c
commit 4fc8c9f3c1

View file

@ -25,6 +25,7 @@ $page->navigation();
<div class="ui segment">
<h2 class="ui header"><?= __('Temporarily unavailable') ?></h2>
<p><?= __('Due to maintenance, wishthis is temporarily not available. Please check back again in a minute.') ?></p>
<p><?= __('If you are the administrator of this site, please log in.') ?></p>
</div>
</div>
</main>