mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #2558 from phil-davis/patch-7
This commit is contained in:
commit
84f3d41951
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user