mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Checked gettext() implementation on interfaces_wireless.php
This commit is contained in:
parent
161e42f0ea
commit
95fcc82dfd
@ -73,7 +73,7 @@ if ($_GET['act'] == "del") {
|
||||
}
|
||||
|
||||
|
||||
$pgtitle = array(gettext("Interfaces"),("Wireless"));
|
||||
$pgtitle = array(gettext("Interfaces"),gettext("Wireless"));
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user