Show stars as placeholder

This commit is contained in:
ganomi 2013-11-26 20:17:13 +01:00
parent 1fef97f6a5
commit 33e77d34f4
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();