diff options
-rw-r--r-- | src/usr/local/www/system_advanced_network.php | 4 | ||||
-rw-r--r-- | src/usr/local/www/system_advanced_notifications.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/system_advanced_network.php b/src/usr/local/www/system_advanced_network.php index 2483054..950e3a6 100644 --- a/src/usr/local/www/system_advanced_network.php +++ b/src/usr/local/www/system_advanced_network.php @@ -240,7 +240,7 @@ $section->addInput(new Form_Checkbox( 'network devices for new data instead of relying on interrupts. This prevents '. 'the webConfigurator, SSH, etc. from being inaccessible due to interrupt floods '. 'when under extreme load. Generally this is not recommended. Not all NICs support '. - 'polling; see the %s homepage for a list of supported cards', [$g["product_name"]]); + 'polling; see the %s homepage for a list of supported cards.', [$g["product_name"]]); $section->addInput(new Form_Checkbox( @@ -280,7 +280,7 @@ $section->addInput(new Form_Checkbox( 'Suppress ARP messages', isset($pconfig['sharednet']) ))->setHelp('This option will suppress ARP log messages when multiple interfaces '. - 'reside on the same broadcast domain'); + 'reside on the same broadcast domain.'); if (get_freebsd_version() == 8) { $section->addInput(new Form_Checkbox( diff --git a/src/usr/local/www/system_advanced_notifications.php b/src/usr/local/www/system_advanced_notifications.php index 35d4e67..439c4c1 100644 --- a/src/usr/local/www/system_advanced_notifications.php +++ b/src/usr/local/www/system_advanced_notifications.php @@ -260,7 +260,7 @@ $section->addInput(new Form_Input( $pconfig['notification_name'], ['placeholder' => $g["product_name"].' growl alert'] -))->setHelp('Enter a name for the Growl notifications'); +))->setHelp('Enter a name for the Growl notifications.'); $section->addInput(new Form_Input( 'ipaddress', @@ -310,7 +310,7 @@ $section->addInput(new Form_Input( 'number', $pconfig['smtpport'] ))->setHelp('This is the port of the SMTP E-Mail server, typically 25, 587 '. - '(submission) or 465 (smtps)'); + '(submission) or 465 (smtps).'); $group = new Form_Group('Secure SMTP Connection'); $group->add(new Form_Checkbox( |