mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Corrections gettext implementation on firewall_shaper.php
This commit is contained in:
parent
64b919effe
commit
4e52fac4c8
@ -51,7 +51,7 @@ if($_GET['reset'] <> "") {
|
||||
exit;
|
||||
}
|
||||
|
||||
$pgtitle = array("Firewall","Traffic Shaper");
|
||||
$pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"));
|
||||
$statusurl = "status_queues.php";
|
||||
|
||||
$shaperIFlist = get_configured_interface_with_descr();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user