mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
fix(setup): clarify installation wording to be clear that it is about account creation
Signed-off-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com>
This commit is contained in:
parent
3ab0d672b1
commit
649a9ab4c2
1 changed files with 3 additions and 3 deletions
|
|
@ -38,15 +38,15 @@ script('core', 'install');
|
|||
</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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue