diff options
-rw-r--r-- | core/templates/installation.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index 5343464edbc..c6dcf421787 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> |