mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Typos: make "Settings" upper case (#285)
(cherry picked from commit 5fa2d7ce9c)
This commit is contained in:
parent
d8c3121c38
commit
cc1bb055e4
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ class GeneralController extends \OPNsense\Base\IndexController
|
|||
{
|
||||
public function indexAction()
|
||||
{
|
||||
$this->view->title = gettext("Collectd settings");
|
||||
$this->view->title = gettext("Collectd Settings");
|
||||
$this->view->generalForm = $this->getForm("general");
|
||||
$this->view->pick('OPNsense/Collectd/general');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class GeneralController extends \OPNsense\Base\IndexController
|
|||
{
|
||||
public function indexAction()
|
||||
{
|
||||
$this->view->title = gettext("ClamAV settings");
|
||||
$this->view->title = gettext("ClamAV Settings");
|
||||
$this->view->generalForm = $this->getForm("general");
|
||||
$this->view->pick('OPNsense/ClamAV/general');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue