summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_rrd_graph.php
diff options
context:
space:
mode:
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