Miscellaneous Textual Corrections - System / Advanced / Firewall & NAT

Section panel header title.

(cherry picked from commit 5414794c12)
This commit is contained in:
NOYB 2016-05-15 15:48:55 -07:00 committed by Stephen Beaver
parent d72312efd8
commit e6adf89fe7

View File

@ -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) {