From 2c22e53e9d7371ffb6b50bf1cb113d940d081b35 Mon Sep 17 00:00:00 2001 From: Jose Gonzalez Date: Thu, 7 Oct 2021 14:20:59 +0200 Subject: [PATCH] Fixed Diagnostics --- pandora_console/include/class/Diagnostics.class.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/class/Diagnostics.class.php b/pandora_console/include/class/Diagnostics.class.php index ae4c3f0c02..80c04c12fb 100644 --- a/pandora_console/include/class/Diagnostics.class.php +++ b/pandora_console/include/class/Diagnostics.class.php @@ -1481,11 +1481,13 @@ class Diagnostics extends Wizard if (isset($config['db_maintenance']) === false) { $result .= '(*) '; $result .= __( - 'Please check your Pandora Server setup and make sure that the database maintenance daemon is running.' + 'Please check your %s Server setup and make sure that the database maintenance daemon is running.', + get_product_name() ); $result .= ' '; $result .= __( - 'It\' is very important to keep the database up-to-date to get the best performance and results in Pandora' + 'It\' is very important to keep the database up-to-date to get the best performance and results in %s', + get_product_name() ); }