mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #2965 from NOYB/Miscellaneous_Textual_Corrections_-_System_/_Advanced_/_Firewall_&_NAT
This commit is contained in:
commit
d736d86167
@ -678,7 +678,7 @@ if (count($config['interfaces']) > 1) {
|
||||
$form->add($section);
|
||||
}
|
||||
|
||||
$section = new Form_Section('State Timeouts in Seconds. (Leave blank for default)');
|
||||
$section = new Form_Section('State Timeouts (seconds - blank for default)');
|
||||
|
||||
$tcpTimeouts = array('First', 'Opening', 'Established', 'Closing', 'FIN Wait', 'Closed');
|
||||
foreach ($tcpTimeouts as $name) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user