summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_bridge_edit.php
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-05-11 09:43:53 +0100
committerNewEraCracker <neweracracker@gmail.com>2016-05-11 09:43:53 +0100
commite4c7d45fc7a294817325354e13f4d5bc4987739e (patch)
treec93f26805f21313f6271ead6ee26bebf7f5c40aa /src/usr/local/www/interfaces_bridge_edit.php
parent4d6914a1055f017a25d56b168fbbe5b2b122d899 (diff)
downloadpfsense-e4c7d45fc7a294817325354e13f4d5bc4987739e.zip
pfsense-e4c7d45fc7a294817325354e13f4d5bc4987739e.tar.gz
Miscellanous Textual Corrections - Add missing dots to phrases
Diffstat (limited to 'src/usr/local/www/interfaces_bridge_edit.php')
-rw-r--r--src/usr/local/www/interfaces_bridge_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces_bridge_edit.php b/src/usr/local/www/interfaces_bridge_edit.php
index a6ef756..438c930 100644
--- a/src/usr/local/www/interfaces_bridge_edit.php
+++ b/src/usr/local/www/interfaces_bridge_edit.php
@@ -470,14 +470,14 @@ $section->addInput(new Form_Input(
'Cache Size',
'text',
$pconfig['maxaddr']
-))->setHelp('Set the size of the bridge address cache. The default is 2000 entries');
+))->setHelp('Set the size of the bridge address cache. The default is 2000 entries.');
$section->addInput(new Form_Input(
'timeout',
'Cache expire time',
'text',
$pconfig['timeout']
-))->setHelp('Set the timeout of address cache entries to this number of seconds. If seconds is zero, then address cache entries will not be expired. The default is 1200 seconds');
+))->setHelp('Set the timeout of address cache entries to this number of seconds. If seconds is zero, then address cache entries will not be expired. The default is 1200 seconds.');
$spanlist = build_port_list($pconfig['span']);
OpenPOWER on IntegriCloud