mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Typos: make "Settings" upper case (#285)
This commit is contained in:
+1
-1
@@ -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');
|
||||
}
|
||||
|
||||
+1
-1
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user