Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit fed27d7

Browse files
author
Jamie Snape
committed
Fix spelling on installation page forms
1 parent 3a6d059 commit fed27d7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

core/views/install/step2.phtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,23 +83,23 @@
8383
8484
<div class='adminAcountForm'>
8585
<div>
86-
<label for='email'>E-mail</label>
86+
<label for='email'>Email</label>
8787
{$form['email']}
8888
</div>
8989
<div >
90-
<label for='firstname'>Firstname</label>
90+
<label for='firstname'>First name</label>
9191
{$form['firstname']}
9292
</div>
9393
<div>
94-
<label for='lastname'>Lastname</label>
94+
<label for='lastname'>Last name</label>
9595
{$form['lastname']}
9696
</div>
9797
<div>
9898
<label for='userpassword1'>Password</label>
9999
{$form['userpassword1']}
100100
</div>
101101
<div>
102-
<label for='userpassword2'>Confirm Password</label>
102+
<label for='userpassword2'>Confirm password</label>
103103
{$form['userpassword2']}
104104
</div>
105105
<div>

core/views/install/step3.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
{$this->form['environment']}
5656
</div>
5757
<div class='installTimezone'>
58-
<label for='environment'>Timezone</label>
58+
<label for='environment'>Time zone</label>
5959
{$this->form['timezone']}
6060
</div>
6161
<div class='installSmartoptimizer'>
@@ -77,7 +77,7 @@
7777
<div class="sideElementFirst " >
7878
<h1>Help</h1>
7979
<div class="installHelp">
80-
This page allow you to configure your installation.
80+
This page allows you to configure your installation.
8181
</div>
8282
</div>
8383
</div>

0 commit comments

Comments
 (0)