From bf7b031181cf636ec1fcee879631b3a4873d2406 Mon Sep 17 00:00:00 2001 From: Michael <Chefkeks@users.noreply.github.com> Date: Fri, 15 Apr 2016 12:16:54 +0200 Subject: [PATCH] Update install-prereq.inc.php Missing ":" and h2 / h3 was mixed at "Prerequisites", I guess it shall be h3 here --- setup/inc/install-prereq.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/inc/install-prereq.inc.php b/setup/inc/install-prereq.inc.php index 97d7a13c4..f4346e3f2 100644 --- a/setup/inc/install-prereq.inc.php +++ b/setup/inc/install-prereq.inc.php @@ -9,7 +9,7 @@ if(!defined('SETUPINC')) die('Kwaheri!'); <p><?php echo __('We are delighted you have chosen osTicket for your customer support ticketing system!');?></p> <p><?php echo __("The installer will guide you every step of the way in the installation process. You're minutes away from your awesome customer support system!");?></p> </div> - <h2><?php echo __('Prerequisites');?></h3> + <h3><?php echo __('Prerequisites');?>:</h3> <p><?php echo __("Before we begin, we'll check your server configuration to make sure you meet the minimum requirements to run the latest version of osTicket.");?></p> <h3><?php echo __('Required');?>: <font color="red"><?php echo $errors['prereq']; ?></font></h3> <?php echo __('These items are necessary in order to install and use osTicket.');?> -- GitLab