This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 83
83
84
84
<div class='adminAcountForm'>
85
85
<div>
86
- <label for='email'>E-mail </label>
86
+ <label for='email'>Email </label>
87
87
{$ form ['email ' ]}
88
88
</div>
89
89
<div >
90
- <label for='firstname'>Firstname </label>
90
+ <label for='firstname'>First name </label>
91
91
{$ form ['firstname ' ]}
92
92
</div>
93
93
<div>
94
- <label for='lastname'>Lastname </label>
94
+ <label for='lastname'>Last name </label>
95
95
{$ form ['lastname ' ]}
96
96
</div>
97
97
<div>
98
98
<label for='userpassword1'>Password</label>
99
99
{$ form ['userpassword1 ' ]}
100
100
</div>
101
101
<div>
102
- <label for='userpassword2'>Confirm Password </label>
102
+ <label for='userpassword2'>Confirm password </label>
103
103
{$ form ['userpassword2 ' ]}
104
104
</div>
105
105
<div>
Original file line number Diff line number Diff line change 55
55
{$ this ->form ['environment ' ]}
56
56
</div>
57
57
<div class='installTimezone'>
58
- <label for='environment'>Timezone </label>
58
+ <label for='environment'>Time zone </label>
59
59
{$ this ->form ['timezone ' ]}
60
60
</div>
61
61
<div class='installSmartoptimizer'>
77
77
<div class="sideElementFirst " >
78
78
<h1>Help</h1>
79
79
<div class="installHelp">
80
- This page allow you to configure your installation.
80
+ This page allows you to configure your installation.
81
81
</div>
82
82
</div>
83
83
</div>
You can’t perform that action at this time.
0 commit comments