Skip to content

Commit

Permalink
fix(setup): clarify installation wording to be clear that it is about…
Browse files Browse the repository at this point in the history
… account creation

Signed-off-by: Jan C. Borchardt <[email protected]>
  • Loading branch information
jancborchardt authored and backportbot[bot] committed Jan 7, 2025
1 parent 32c7261 commit 9b7b155
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/templates/installation.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
</fieldset>
<?php endif; ?>
<fieldset id="adminaccount">
<legend><?php print_unescaped($l->t('Create an <strong>admin account</strong>')); ?></legend>
<legend><?php print_unescaped($l->t('<strong>Create an admin account</strong>')); ?></legend>
<p>
<label for="adminlogin"><?php p($l->t('Login')); ?></label>
<label for="adminlogin"><?php p($l->t('New admin account name')); ?></label>
<input type="text" name="adminlogin" id="adminlogin"
value="<?php p($_['adminlogin']); ?>"
autocomplete="off" autocapitalize="none" spellcheck="false" autofocus required>
</p>
<p class="groupbottom">
<label for="adminpass"><?php p($l->t('Password')); ?></label>
<label for="adminpass"><?php p($l->t('New admin password')); ?></label>
<input type="password" name="adminpass" data-typetoggle="#show" id="adminpass"
value="<?php p($_['adminpass']); ?>"
autocomplete="off" autocapitalize="none" spellcheck="false" required>
Expand Down

0 comments on commit 9b7b155

Please sign in to comment.