summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-11 07:11:28 -0200
committerRenato Botelho <renato@netgate.com>2015-12-11 07:11:28 -0200
commitc7151dff04ad719d5304db3611962241ef369d63 (patch)
treedb1586ad0b8013b22a462619de43308d48136ff7 /src/usr/local/www/system_gateways_edit.php
parent709cc43893213c3bc1b7c673f5dca74b57512d2d (diff)
parentfc8945fbbc6c76fce05bd8e8632c02624c260a42 (diff)
downloadpfsense-c7151dff04ad719d5304db3611962241ef369d63.zip
pfsense-c7151dff04ad719d5304db3611962241ef369d63.tar.gz
Merge pull request #2201 from phil-davis/patch-10
Diffstat (limited to 'src/usr/local/www/system_gateways_edit.php')
-rw-r--r--src/usr/local/www/system_gateways_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_gateways_edit.php b/src/usr/local/www/system_gateways_edit.php
index 8264a41..b2f8716 100644
--- a/src/usr/local/www/system_gateways_edit.php
+++ b/src/usr/local/www/system_gateways_edit.php
@@ -803,7 +803,7 @@ $section->addInput(new Form_Input(
$pconfig['loss_interval'],
['placeholder' => $dpinger_default['loss_interval']]
))->setHelp('Time interval in milliseconds before packets are treated as lost. '.
- 'Default is %d.', [$dpinger_default['down']]);
+ 'Default is %d.', [$dpinger_default['loss_interval']]);
$group = new Form_Group('Time Period');
$group->add(new Form_Input(
OpenPOWER on IntegriCloud