Commit f45cae15 authored by Ad Schellevis's avatar Ad Schellevis

(dashboard) gettext() in interface_list.widget.php

parent 905b4300
...@@ -76,7 +76,7 @@ require_once("interfaces.inc"); ...@@ -76,7 +76,7 @@ require_once("interfaces.inc");
</span> </span>
</u> </u>
</strong> </strong>
<?=isset($ifinfo['dhcplink']) ? "&nbsp;(DHCP)" : "";?> <?=isset($ifinfo['dhcplink']) ? "&nbsp;".gettext("(DHCP)") : "";?>
</td> </td>
<td> <td>
<?php <?php
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment