diff --git a/pandora_console/general/login_page.php b/pandora_console/general/login_page.php index 37421f655d..0c89430122 100755 --- a/pandora_console/general/login_page.php +++ b/pandora_console/general/login_page.php @@ -522,10 +522,10 @@ if (file_exists(ENTERPRISE_DIR.'/load_enterprise.php')) { if ($config['custom_title1_login']) { echo io_safe_output($config['custom_title1_login']); } else { - echo __('ONE TOOL TO MONITOR THEM ALL'); + echo __('ONE TOOL TO RULE THEM ALL'); } } else { - echo __('ONE TOOL TO MONITOR THEM ALL'); + echo __('ONE TOOL TO RULE THEM ALL'); } echo ''; diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index 47a6cce1de..833f2f22a2 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -2597,7 +2597,7 @@ function config_process_config() } if (!isset($config['custom_title1_login'])) { - config_update_value('custom_title1_login', __('ONE TOOL TO MONITOR THEM ALL')); + config_update_value('custom_title1_login', __('ONE TOOL TO RULE THEM ALL')); } if (!isset($config['custom_title2_login'])) { @@ -2649,7 +2649,7 @@ function config_process_config() } if (!isset($config['meta_custom_title1_login'])) { - config_update_value('meta_custom_title1_login', __('ONE TOOL TO MONITOR THEM ALL')); + config_update_value('meta_custom_title1_login', __('ONE TOOL TO RULE THEM ALL')); } if (!isset($config['meta_custom_title2_login'])) {