From b78c52caa45b88474535caad7d74ffc818ed3681 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 15 Nov 2018 13:22:54 +0100 Subject: [PATCH] fixed error Acess for Access --- pandora_console/general/php7_message.php | 2 +- pandora_console/include/functions_config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/general/php7_message.php b/pandora_console/general/php7_message.php index 5832842d60..6df5706598 100644 --- a/pandora_console/general/php7_message.php +++ b/pandora_console/general/php7_message.php @@ -38,7 +38,7 @@ echo '
" . __('Metaconsole Collections') . ""; echo "
  • " . '...' . "
  • "; echo ""; - echo '

    '.__('Acess Help').'

    '; + echo '

    '.__('Access Help').'

    '; echo '
    '; echo "
    "; echo html_print_image('images/icono_warning_mr.png', true, array("alt" => __('Warning php version'), "border" => 0)); diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index 9087a18376..8e0cf5898d 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -2251,7 +2251,7 @@ function config_check () { "
  • " . __('Metaconsole Collections') . "
  • " . "
  • " . '...' . "
  • " . "" . - ''.__('Acess Help').'', + ''.__('Access Help').'', __("REQUIRED PHP UPDATE")); } }