summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_groups_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-01 00:06:27 -0700
committerNOYB <Al_Stu@Frontier.com>2016-05-01 00:06:27 -0700
commitbb80af580c5a4408e42c76c39c67d173540897db (patch)
treea022e8c530e2b5947642175cfc67e0a428805975 /src/usr/local/www/interfaces_groups_edit.php
parente751559bb54d85c6a8dbcfdcf6472c18980b92f0 (diff)
downloadpfsense-bb80af580c5a4408e42c76c39c67d173540897db.zip
pfsense-bb80af580c5a4408e42c76c39c67d173540897db.tar.gz
Miscellaneous Textual Corrections
Diffstat (limited to 'src/usr/local/www/interfaces_groups_edit.php')
-rw-r--r--src/usr/local/www/interfaces_groups_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces_groups_edit.php b/src/usr/local/www/interfaces_groups_edit.php
index 4fcaab6..d05859c 100644
--- a/src/usr/local/www/interfaces_groups_edit.php
+++ b/src/usr/local/www/interfaces_groups_edit.php
@@ -229,7 +229,7 @@ $section->addInput(new Form_Input(
$pconfig['ifname'],
['placeholder' => 'Group Name']
))->setWidth(6)->setHelp('No numbers or spaces are allowed. '.
- 'Only characters in a-zA-Z');
+ 'Only characters: a-zA-Z');
$section->addInput(new Form_Input(
'descr',
@@ -238,7 +238,7 @@ $section->addInput(new Form_Input(
$pconfig['descr'],
['placeholder' => 'Group Description']
))->setWidth(6)->setHelp('A group description may be entered '.
- 'here for administrative reference (not parsed)');
+ 'here for administrative reference (not parsed).');
$section->addInput(new Form_Select(
'members',
OpenPOWER on IntegriCloud