aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan C. Borchardt <925062+jancborchardt@users.noreply.github.com>2024-12-23 15:38:28 +0100
committerskjnldsv <skjnldsv@protonmail.com>2025-01-07 10:18:43 +0100
commit649a9ab4c2fef620ebdb31d34968a1c2ee2ec31f (patch)
treef4e5fa6dfe322d97a6daf6135a22ede8e33ae2f8
parent3ab0d672b118a419f1940428ea392059d5ce8784 (diff)
downloadnextcloud-server-649a9ab4c2fef620ebdb31d34968a1c2ee2ec31f.tar.gz
nextcloud-server-649a9ab4c2fef620ebdb31d34968a1c2ee2ec31f.zip
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>
-rw-r--r--core/templates/installation.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php
index d03bc3cb174..320fb9df7b7 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -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>