Fix spelling
This commit is contained in:
parent
7eb650bc22
commit
c1eb9dbb0d
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ switch ($step) {
|
|||
<div class="ui segment">
|
||||
<h1 class="ui header"><?= $page->title ?></h1>
|
||||
<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">
|
||||
<input type="hidden" name="install" value="true" />
|
||||
|
|
Loading…
Reference in a new issue