Update tpl/bootstrap5.php

Co-authored-by: rugk <rugk+git@posteo.de>
This commit is contained in:
El RIDO 2024-05-02 08:01:37 +02:00 committed by GitHub
parent 5c6bd3eba8
commit 8bfab7fd89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -160,7 +160,7 @@ endif;
</button>
<div id="navbar" class="collapse navbar-collapse">
<ul class="navbar-nav me-auto">
<li id="loadingindicator" class="navbar-text hidden me-2">
<li id="loadingindicator" class="navbar-text hidden me-auto">
<svg width="16" height="16" fill="currentColor" aria-hidden="true"><use href="img/bootstrap-icons.svg#clock" /></svg>
<?php echo I18n::_('Loading…'), PHP_EOL; ?>
</li>