diff --git a/core/templates/installation.php b/core/templates/installation.php index bdc06c540860e7c1e8a4f0235fbdd9f16e0e5c93..eb224364844ac39cbffd7784399f283388430119 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -50,7 +50,7 @@ script('core', [ autocomplete="off" autocapitalize="none" autocorrect="off" required> <label for="adminpass" class="infield"><?php p($l->t( 'Password' )); ?></label> <input type="checkbox" id="show" class="hidden-visually" name="show"> - <label for="show"></label> + <label for="show" class="hidden-visually"><?php p($l->t( 'Show password')); ?></label> </p> </fieldset>