mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
translate title names; closes #142
This commit is contained in:
@@ -42,7 +42,7 @@ class IndexController extends \OPNsense\Base\IndexController
|
||||
public function indexAction()
|
||||
{
|
||||
// set page title
|
||||
$this->view->title = "HAProxy Load Balancer";
|
||||
$this->view->title = gettext("HAProxy Load Balancer");
|
||||
// include form definitions
|
||||
$this->view->mainForm = $this->getForm("main");
|
||||
$this->view->formDialogFrontend = $this->getForm("dialogFrontend");
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ class StatisticsController extends \OPNsense\Base\IndexController
|
||||
{
|
||||
public function indexAction()
|
||||
{
|
||||
$this->view->title = "HAProxy Load Balancer / Statistics";
|
||||
$this->view->title = gettext("HAProxy Load Balancer / Statistics");
|
||||
// choose template
|
||||
$this->view->pick('OPNsense/HAProxy/statistics');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user