mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Corrections gettext implementation on firewall_aliases.php
This commit is contained in:
parent
731df1afc9
commit
9dc6529552
@ -159,7 +159,7 @@ if ($_GET['act'] == "del") {
|
||||
}
|
||||
}
|
||||
|
||||
$pgtitle = array("Firewall","Aliases");
|
||||
$pgtitle = array(gettext("Firewall"),gettext("Aliases"));
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user