Skip to content
Snippets Groups Projects
Commit 9e2d9ba5 authored by Michael's avatar Michael
Browse files

Update prereq.inc.php

Missing h in highly
parent eb1d2905
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ if(!defined('OSTSCPINC') || !$thisstaff || !$thisstaff->isAdmin()) die('Access D
<li class="<?php echo $upgrader->check_mysql_version()?'yes':'no'; ?>">
<?php echo sprintf(__('%s or later'), 'MySQL v5.0'); ?> - (<small><b><?php echo db_version(); ?></b></small>)</li>
</ul>
<h3><?php echo __('Higly Recommended');?>:</h3>
<h3><?php echo __('Highly Recommended');?>:</h3>
<?php echo __('We highly recommend that you follow the steps below.');?>
<ul>
<li><?php echo __("Back up the current database if you haven't done so already."); ?></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment