fixed error Acess for Access

This commit is contained in:
daniel 2018-11-15 13:22:54 +01:00
parent 6174e622c8
commit b78c52caa4
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ echo '<div id="login_help_dialog" title="REQUIRED PHP UPDATE" style="display: no
echo "<li style='padding:5px;'>" . __('Metaconsole Collections') . "</li>";
echo "<li style='padding:5px;'>" . '...' . "</li>";
echo "</ul>";
echo '<p><a target="blank" href="' . $url_help . '"><b>'.__('Acess Help').'</b></a></p>';
echo '<p><a target="blank" href="' . $url_help . '"><b>'.__('Access Help').'</b></a></p>';
echo '</div>';
echo "<div style='margin-top: 80px;'>";
echo html_print_image('images/icono_warning_mr.png', true, array("alt" => __('Warning php version'), "border" => 0));

View File

@ -2251,7 +2251,7 @@ function config_check () {
"<li style='color: #676767'>" . __('Metaconsole Collections') . "</li>" .
"<li style='color: #676767'>" . '...' . "</li>" .
"</ol>" .
'<a target="blank" href="' . $url_help . '">'.__('Acess Help').'</a>',
'<a target="blank" href="' . $url_help . '">'.__('Access Help').'</a>',
__("REQUIRED PHP UPDATE"));
}
}