Skip to content

Commit

Permalink
fix(installer): Label field as username instead of login
Browse files Browse the repository at this point in the history
Signed-off-by: HB9HIL <fabian.berg@hb9hil.org>
  • Loading branch information
HB9HIL committed Nov 27, 2024
1 parent 01b2ae4 commit 2b270af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/templates/installation.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<fieldset id="adminaccount">
<legend><?php print_unescaped($l->t('Create an <strong>admin account</strong>')); ?></legend>
<p>
<label for="adminlogin"><?php p($l->t('Login')); ?></label>
<label for="adminlogin"><?php p($l->t('Username')); ?></label>
<input type="text" name="adminlogin" id="adminlogin"
value="<?php p($_['adminlogin']); ?>"
autocomplete="off" autocapitalize="none" spellcheck="false" autofocus required>
Expand Down

0 comments on commit 2b270af

Please sign in to comment.