Merge pull request #6070 from ganomi/showstars

Show stars as password placeholder for sharing
This commit is contained in:
Frank Karlitschek 2013-11-28 02:16:44 -08:00
commit 6c16d45dc7
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ OC.Share={
if (password != null) {
$('#linkPass').show('blind');
$('#showPassword').attr('checked', true);
$('#linkPassText').attr('placeholder', t('core', 'Password protected'));
$('#linkPassText').attr('placeholder', '**********');
}
$('#expiration').show();
$('#emailPrivateLink #email').show();