Improve and translate the logout button's title

refs #8110
This commit is contained in:
Alexander Klimov 2014-12-19 17:15:14 +01:00
parent bdbca6a774
commit a02d9cecfe

View File

@ -32,7 +32,7 @@
<a href="<?= $this->href('/preference'); ?>"><?= $this->translate('Preferences'); ?> </a>
</li>
<li id="icinga_app_nav_logout">
<a href="<?= $this->href('/authentication/logout'); ?>" title="Logout"><?= $this->translate('Logout'); ?></a>
<a href="<?= $this->href('/authentication/logout'); ?>" title="<?= $this->translate('Logout from Icinga Web 2') ?>"><?= $this->translate('Logout'); ?></a>
</li>
</ul>
</li>