summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_rrd_graph.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-27 21:32:42 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-27 21:32:42 +0545
commit01acfc89eaa02265d8fe3bd01c52b8fd88e30b61 (patch)
tree43d9c0f2df7d35b563a529f779c81658372f8d56 /src/usr/local/www/status_rrd_graph.php
parent9d10b5168aba92c2423713aaa377a8891d4fc36c (diff)
downloadpfsense-01acfc89eaa02265d8fe3bd01c52b8fd88e30b61.zip
pfsense-01acfc89eaa02265d8fe3bd01c52b8fd88e30b61.tar.gz
RRD Graph custom options help text
Minor grammar only!
Diffstat (limited to 'src/usr/local/www/status_rrd_graph.php')
-rw-r--r--src/usr/local/www/status_rrd_graph.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/status_rrd_graph.php b/src/usr/local/www/status_rrd_graph.php
index 4e2eb94..4a3134d 100644
--- a/src/usr/local/www/status_rrd_graph.php
+++ b/src/usr/local/www/status_rrd_graph.php
@@ -572,7 +572,7 @@ $group->add(new Form_Select(
))->setHelp('Period');
if ($curcat == 'custom') {
- $group->setHelp('Any changes to these option may not take affect until the next auto-refresh.');
+ $group->setHelp('Any changes to these options may not take affect until the next auto-refresh.');
}
$section->add($group);
@@ -607,7 +607,7 @@ if ($curcat == 'custom') {
))->setHelp('End');
if ($curcat != 'custom') {
- $group->setHelp('Any changes to these option may not take affect until the next auto-refresh');
+ $group->setHelp('Any changes to these options may not take affect until the next auto-refresh');
}
$section->add($group);
OpenPOWER on IntegriCloud