We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a767f commit 4ab1299Copy full SHA for 4ab1299
inc/wizard.class.php
@@ -211,7 +211,7 @@ public static function showHeaderTopContent() {
211
if (isset($_SESSION['glpiextauth']) && $_SESSION['glpiextauth']) {
212
echo '?noAUTO=1';
213
}
214
- echo '" class="fa fa-sign-out" title="'.__s('Logout').'">';
+ echo '" class="fa fa-sign-out-alt" title="'.__s('Logout').'">';
215
echo '<span id="logout_icon" title="'.__s('Logout').'" alt="'.__s('Logout').'" class="button-icon"></span></a>';
216
echo '</li>';
217
0 commit comments