summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-27 15:07:39 -0200
committerRenato Botelho <renato@netgate.com>2016-01-27 15:07:39 -0200
commit84f3d41951c7bcd4ffeafc53d720591e7bb38a70 (patch)
tree8d4a69de9a4dafdd6d8d7f813d0b52c4f5c33089 /src/usr/local/www
parent205c28f965cb80b3c6e72280ce0bba5fa97b30f5 (diff)
parent01acfc89eaa02265d8fe3bd01c52b8fd88e30b61 (diff)
downloadpfsense-84f3d41951c7bcd4ffeafc53d720591e7bb38a70.zip
pfsense-84f3d41951c7bcd4ffeafc53d720591e7bb38a70.tar.gz
Merge pull request #2558 from phil-davis/patch-7
Diffstat (limited to 'src/usr/local/www')
-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