diff --git a/pandora_console/mobile/include/ui.class.php b/pandora_console/mobile/include/ui.class.php index e423e52fd8..c1525e8722 100755 --- a/pandora_console/mobile/include/ui.class.php +++ b/pandora_console/mobile/include/ui.class.php @@ -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;