[Rebranding] Mobile console head title

This commit is contained in:
fermin831 2018-05-29 13:26:47 +02:00
parent 1391f8cc11
commit 0acaf2312d
1 changed files with 1 additions and 1 deletions

View File

@ -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;