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

(cherry picked from commit 5fa2d7ce9c)
This commit is contained in:
Michael 2017-09-25 08:02:28 +02:00 committed by Franco Fichtner
parent d8c3121c38
commit cc1bb055e4
2 changed files with 2 additions and 2 deletions

View file

@ -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');
}

View file

@ -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');
}