]> source.dussan.org Git - nextcloud-server.git/commitdiff
add hint about what the recovery password field is for
authorBjörn Schießle <schiessle@owncloud.com>
Thu, 6 Jun 2013 10:26:05 +0000 (12:26 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Thu, 6 Jun 2013 10:26:05 +0000 (12:26 +0200)
settings/templates/users.php

index a6df85983dd6c52e7ac67c10ae93c3fce7bb0c11..b0637814f5de533df5b87f676b6e7df6fedb4eee 100644 (file)
@@ -31,7 +31,11 @@ $_['subadmingroups'] = array_flip($items);
        </form>
        <?php if((bool)$_['recoveryAdminEnabled']): ?>
        <div class="recoveryPassword">
-       <input id="recoveryPassword" type="password" placeholder="<?php p($l->t('Admin Recovery Password'))?>" />
+       <input id="recoveryPassword"
+                  type="password"
+                  placeholder="<?php p($l->t('Admin Recovery Password'))?>"
+                  title="<?php p($l->t('Enter the recovery password in order to recover the users files during password change'))?>"
+                  alt="<?php p($l->t('Enter the recovery password in order to recover the users files during password change'))?>"/>
        </div>
        <?php endif; ?>
        <div class="quota">