Skip to content

Commit

Permalink
Merge pull request #50063 from nextcloud/backport/49962/stable29
Browse files Browse the repository at this point in the history
[stable29] Clarify installation wording to be clear that it is about account creation
  • Loading branch information
AndyScherzinger authored Jan 7, 2025
2 parents 1c0ef6f + 3e1ac49 commit d2b2c24
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 @@ -33,15 +33,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 d2b2c24

Please sign in to comment.