Typos: make "Settings" upper case (#285)

This commit is contained in:
Michael
2017-09-25 08:02:28 +02:00
committed by Franco Fichtner
parent fd187a872b
commit 5fa2d7ce9c
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');
}