Add gettext for "title"
This commit is contained in:
parent
8e34ec294a
commit
01dd731aa8
|
@ -17,7 +17,7 @@ if (!$admin->enabled) {
|
||||||
include_once ("head.php");
|
include_once ("head.php");
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<h3>Tableau de bord</h3>
|
<h3><?php __("Quotas status"); ?></h3>
|
||||||
<hr id="topbar"/>
|
<hr id="topbar"/>
|
||||||
<br />
|
<br />
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue