summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_schedule_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-01-18 02:09:42 -0800
committerNOYB <Al_Stu@Frontier.com>2016-01-18 02:09:42 -0800
commit1d0a8180edf226bc471c034e1f8762a169294580 (patch)
treeea229caac9f96bae9b4f7d4385e55fbd3ab72a93 /src/usr/local/www/firewall_schedule_edit.php
parent9b5ad3edf8908c8d65361ec3cf7ea1169e7d9e74 (diff)
downloadpfsense-1d0a8180edf226bc471c034e1f8762a169294580.zip
pfsense-1d0a8180edf226bc471c034e1f8762a169294580.tar.gz
fix typo
Diffstat (limited to 'src/usr/local/www/firewall_schedule_edit.php')
-rw-r--r--src/usr/local/www/firewall_schedule_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_schedule_edit.php b/src/usr/local/www/firewall_schedule_edit.php
index 000af1d..b4402b2 100644
--- a/src/usr/local/www/firewall_schedule_edit.php
+++ b/src/usr/local/www/firewall_schedule_edit.php
@@ -395,7 +395,7 @@ $input = new Form_Input(
$pconfig['name']
);
-$input->setHelp((is_schedule_inuse($pconfig['name']) != true) ? 'The name of the schedule emay only consist of the characters "a-z, A-Z, 0-9 and _".':
+$input->setHelp((is_schedule_inuse($pconfig['name']) != true) ? 'The name of the schedule may only consist of the characters "a-z, A-Z, 0-9 and _".':
'This schedule is in use so the name may not be modified!');
if (is_schedule_inuse($pconfig['name']) == true) {
OpenPOWER on IntegriCloud