mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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) {
|
public function createPage($title = null, $page_name = null) {
|
||||||
if (!isset($title)) {
|
if (!isset($title)) {
|
||||||
$this->title = __('Pandora FMS mobile');
|
$this->title = __('%s mobile', get_product_name());
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$this->title = $title;
|
$this->title = $title;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user