';
- echo "
" . __('For a correct operation of PandoraFMS you will have to update php to version 7.0 or later.') . "
";
- echo "
" . __(' If you don\'t update, you will lose functionalities:') . "
";
+ echo "
" . __('For a correct operation of PandoraFMS, PHP must be updated to version 7.0 or higher.') . "
";
+ echo "
" . __('Otherwise, functionalities will be lost.') . "
";
echo "
";
echo "- " . __('Report download in PDF format') . "
";
- echo "- " . __('Sending emails') . "
";
+ echo "- " . __('Emails Sending') . "
";
echo "- " . __('Metaconsole Collections') . "
";
echo "- " . '...' . "
";
echo "
";
diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php
index 8e0cf5898d..31aca90c7c 100644
--- a/pandora_console/include/functions_config.php
+++ b/pandora_console/include/functions_config.php
@@ -2244,15 +2244,15 @@ function config_check () {
}
set_pandora_error_for_header(
- __('For a correct operation of PandoraFMS you will have to update php to version 7.0 or later.') . "
" .
- __(' If you don\'t update, you will lose functionalities:') . "
" .
+ __('For a correct operation of PandoraFMS, PHP must be updated to version 7.0 or higher.') . "
" .
+ __('Otherwise, functionalities will be lost.') . "
" .
"
- " . __('Report download in PDF format') . "
" .
- "- " . __('Sending emails') . "
" .
+ "- " . __('Emails Sending') . "
" .
"- " . __('Metaconsole Collections') . "
" .
"- " . '...' . "
" .
"
" .
'
'.__('Access Help').'',
- __("REQUIRED PHP UPDATE"));
+ __("PHP UPDATE REQUIRED"));
}
}