We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc40916 commit 8296938Copy full SHA for 8296938
core/templates/installation.php
@@ -49,7 +49,8 @@
49
value="<?php p($_['adminpass']); ?>"
50
autocomplete="off" autocapitalize="none" autocorrect="off" required>
51
<label for="adminpass" class="infield"><?php p($l->t( 'Password' )); ?></label>
52
- <input type="checkbox" id="show" class="hidden-visually" name="show">
+ <input type="checkbox" id="show" class="hidden-visually" name="show"
53
+ aria-label="Show password">
54
<label for="show"></label>
55
</p>
56
</fieldset>
0 commit comments