mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #6070 from ganomi/showstars
Show stars as password placeholder for sharing
This commit is contained in:
commit
6c16d45dc7
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue