Firewall/Nat outbound, change caption

This commit is contained in:
Ad Schellevis 2018-01-02 08:45:54 +01:00
parent 81a6424f72
commit 4ac6fae7da

View File

@ -492,7 +492,7 @@ include("head.inc");
$intfnatv4 = array();
foreach ($fw->getInterfaceMapping() as $intf => $intfcf) {
if (!empty($intfcf['ifconfig']['ipv4']) && empty($intfcf['gateway'])) {
$intfv4[] = $intfcf['descr'] . ":" . gettext("Network");
$intfv4[] = $intfcf['descr'] . " " . gettext("Networks");
} elseif (substr($intfcf['if'], 0, 4) != 'ovpn' && !empty($intfcf['gateway'])) {
$intfnatv4[] = $intfcf;
}