mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
authentication/login: add missing alt tag
This commit is contained in:
parent
0225461d3e
commit
a622f34be6
@ -1,7 +1,7 @@
|
||||
<div id="login">
|
||||
<div class="logo">
|
||||
<div class="image">
|
||||
<img src="<?= $this->baseUrl('img/logo_icinga_big.png') ?>" >
|
||||
<img src="<?= $this->baseUrl('img/logo_icinga_big.png') ?>" alt="<?= t('The Icinga logo') ?>" >
|
||||
</div>
|
||||
</div>
|
||||
<div class="form" data-base-target="layout">
|
||||
|
Loading…
x
Reference in New Issue
Block a user