Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Wróblewski <wrbl606@users.noreply.github.com>2018-09-10 10:09:11 +0300
committerPellaeon Lin <pellaeon@hs.ntnu.edu.tw>2019-06-22 11:28:23 +0300
commit5cae62e7842e4b0cda963b026280e2f6e382f57a (patch)
tree318f3834d4d481cc09b68078ae04b28d04a67d17 /templates
parent22e295ab9ef3dcc3126205ad0b5dd438205bb5c1 (diff)
Added text to show/hide password checkbox
Diffstat (limited to 'templates')
-rw-r--r--templates/form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/form.php b/templates/form.php
index e84c8cb..7b7bd77 100644
--- a/templates/form.php
+++ b/templates/form.php
@@ -34,7 +34,7 @@ if ( \OCP\Util::getVersion()[0] >= 12 )
<label for="password" class="infield"><?php p($l->t( 'Password' )); ?></label>
<img id="password-icon" class="svg" src="<?php print_unescaped(image_path('', 'actions/password.svg')); ?>" alt=""/>
<input id="show" name="show" type="checkbox">
- <label id="show-password" style="display: inline;" for="show"></label>
+ <label id="show-password" style="display: inline;" for="show"><?php p($l->t( 'Show password' )); ?></label>
</p>
<input type="submit" id="submit" value="<?php p($l->t('Create account')); ?>" />
</fieldset>