diff options
author | Joas Schilling <coding@schilljs.com> | 2016-11-11 09:59:20 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-11-18 12:10:51 +0100 |
commit | 80abb69b60699f04a3c4bc68a8cb28ec7c9c562b (patch) | |
tree | 9528a392957fbde0f9a246827d2a0c5c8d213a8a /core/templates | |
parent | bb7787a157b7d8fc8c376e9ea745e00b3b0a9346 (diff) | |
download | nextcloud-server-80abb69b60699f04a3c4bc68a8cb28ec7c9c562b.tar.gz nextcloud-server-80abb69b60699f04a3c4bc68a8cb28ec7c9c562b.zip |
Show a little explanation above the input field
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/layout.user.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 8689bf859af..1d0ac5fa146 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -148,6 +148,7 @@ <div id="sudo-login-background" class="hidden"></div> <div id="sudo-login-form" class="hidden"> + <?php p($l->t('This action requires you to confirm your password:')); ?><br> <input type="password" class="question" autocomplete="off" name="question" value=" <?php /* Hack against firefox ignoring autocomplete="off" */ ?>" placeholder="<?php p($l->t('Confirm your password')); ?>" /> <input class="confirm icon-confirm" title="<?php p($l->t('Confirm')); ?>" value="" type="submit"> |