10712-Login

This commit is contained in:
Pablo Aragon 2023-03-22 18:57:36 +01:00
parent 8b163cd100
commit d6bf16f536
2 changed files with 4 additions and 4 deletions

View File

@ -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 '</span></div>';

View File

@ -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'])) {