summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-02-08 10:02:04 -0500
committerSteve Beaver <sbeaver@netgate.com>2017-02-08 10:02:04 -0500
commit2241553c41e412565dd5d4c97cd827a47ad3abee (patch)
tree2d71a8231075c7f290223d9459e712bd1ae2b888 /src/usr/local/www/system_gateways_edit.php
parentc74b018d42c02e0ee4e4a25e61db654c9f6caf63 (diff)
downloadpfsense-2241553c41e412565dd5d4c97cd827a47ad3abee.zip
pfsense-2241553c41e412565dd5d4c97cd827a47ad3abee.tar.gz
Rever changes escaping '%' chars in help text. No longer required.
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 a1f40dd..6b52fbc 100644
--- a/src/usr/local/www/system_gateways_edit.php
+++ b/src/usr/local/www/system_gateways_edit.php
@@ -756,7 +756,7 @@ $group->add(new Form_Input(
$pconfig['losshigh'],
['placeholder' => $dpinger_default['losshigh']]
));
-$group->setHelp('Low and high thresholds for packet loss in %%. ' .
+$group->setHelp('Low and high thresholds for packet loss in %. ' .
'Default is %d/%d.', $dpinger_default['losslow'], $dpinger_default['losshigh']);
$section->add($group);
OpenPOWER on IntegriCloud