mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
[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…
x
Reference in New Issue
Block a user