Fix spelling

This commit is contained in:
Jay Trees 2022-03-25 13:55:12 +01:00
parent 7eb650bc22
commit c1eb9dbb0d

View file

@ -100,7 +100,7 @@ switch ($step) {
<div class="ui segment"> <div class="ui segment">
<h1 class="ui header"><?= $page->title ?></h1> <h1 class="ui header"><?= $page->title ?></h1>
<h2 class="ui header"><?= sprintf(__('Step %d'), $step) ?></h2> <h2 class="ui header"><?= sprintf(__('Step %d'), $step) ?></h2>
<p><?= __('Click Continue to test the database connection.') ?></p> <p><?= __('Click continue to test the database connection.') ?></p>
<form class="ui form" action="?page=install" method="post"> <form class="ui form" action="?page=install" method="post">
<input type="hidden" name="install" value="true" /> <input type="hidden" name="install" value="true" />