[Rebranding] Mobile console head title
This commit is contained in:
parent
1391f8cc11
commit
0acaf2312d
|
@ -84,7 +84,7 @@ class Ui {
|
|||
|
||||
public function createPage($title = null, $page_name = null) {
|
||||
if (!isset($title)) {
|
||||
$this->title = __('Pandora FMS mobile');
|
||||
$this->title = __('%s mobile', get_product_name());
|
||||
}
|
||||
else {
|
||||
$this->title = $title;
|
||||
|
|
Loading…
Reference in New Issue