File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 </fieldset>
3939 <?php endif ; ?>
4040 <fieldset id="adminaccount">
41- <legend><?php print_unescaped ($ l ->t ('Create an <strong> admin account</strong> ' )); ?> </legend>
41+ <legend><?php print_unescaped ($ l ->t ('<strong> Create an admin account</strong> ' )); ?> </legend>
4242 <p>
43- <label for="adminlogin"><?php p ($ l ->t ('Login ' )); ?> </label>
43+ <label for="adminlogin"><?php p ($ l ->t ('New admin account name ' )); ?> </label>
4444 <input type="text" name="adminlogin" id="adminlogin"
4545 value="<?php p ($ _ ['adminlogin ' ]); ?> "
4646 autocomplete="off" autocapitalize="none" spellcheck="false" autofocus required>
4747 </p>
4848 <p class="groupbottom">
49- <label for="adminpass"><?php p ($ l ->t ('Password ' )); ?> </label>
49+ <label for="adminpass"><?php p ($ l ->t ('New admin password ' )); ?> </label>
5050 <input type="password" name="adminpass" data-typetoggle="#show" id="adminpass"
5151 value="<?php p ($ _ ['adminpass ' ]); ?> "
5252 autocomplete="off" autocapitalize="none" spellcheck="false" required>
You can’t perform that action at this time.
0 commit comments