mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Miscellaneous Textual Corrections - System / Advanced / Firewall & NAT
Section panel header title.
(cherry picked from commit 5414794c12)
This commit is contained in:
parent
d72312efd8
commit
e6adf89fe7
@ -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