Skip to content

Commit 1c6e7cc

Browse files
authored
Merge pull request #49962 from nextcloud/fix/installation-wording
Clarify installation wording to be clear that it is about account creation
2 parents b64b106 + 649a9ab commit 1c6e7cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/templates/installation.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
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>

0 commit comments

Comments
 (0)