Add language strings

This commit is contained in:
andryyy
2017-01-03 11:46:11 +01:00
parent 8e07d29f0a
commit 887f7db7a8
4 changed files with 12 additions and 7 deletions

View File

@@ -226,7 +226,7 @@ endif;
<?php
if ($_SESSION['mailcow_cc_role'] == "admin"):
?>
<li><a href data-toggle="modal" data-target="#RestartSOGo"><span style="font-size:12px" class="glyphicon glyphicon-refresh" aria-hidden="true"></span> Restart SOGo</a></li>
<li><a href data-toggle="modal" data-target="#RestartSOGo"><span style="font-size:12px" class="glyphicon glyphicon-refresh" aria-hidden="true"></span> <?=$lang['header']['restart_sogo'];?></a></li>
<?php
endif;
?>