firewall live log, change caption, for https://github.com/opnsense/core/issues/1788

This commit is contained in:
Ad Schellevis 2017-11-04 15:36:19 +01:00
parent 64663a96f5
commit ca79e25230

View File

@ -43,7 +43,7 @@ class FirewallController extends IndexController
*/
public function logAction()
{
$this->view->title = gettext('Firewall log (live view)');
$this->view->title = gettext('Firewall Live Log');
$this->view->pick('OPNsense/Diagnostics/fw_log');
}
}