Skip to content

Commit 5e0f820

Browse files
authored
Add accessibility label to show password checkbox (#16642)
Add accessibility label to show password checkbox
2 parents a33a4c5 + eda4d55 commit 5e0f820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/templates/installation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
autocomplete="off" autocapitalize="none" autocorrect="off" required>
5151
<label for="adminpass" class="infield"><?php p($l->t( 'Password' )); ?></label>
5252
<input type="checkbox" id="show" class="hidden-visually" name="show">
53-
<label for="show"></label>
53+
<label for="show" class="hidden-visually"><?php p($l->t( 'Show password')); ?></label>
5454
</p>
5555
</fieldset>
5656

0 commit comments

Comments
 (0)