]> source.dussan.org Git - nextcloud-server.git/commitdiff
Show stars as placeholder
authorganomi <ganomi@gmail.com>
Tue, 26 Nov 2013 19:17:13 +0000 (20:17 +0100)
committerganomi <ganomi@gmail.com>
Tue, 26 Nov 2013 19:17:13 +0000 (20:17 +0100)
core/js/share.js

index e2911ae2ff3f611d4ebdf87647063322e1f4f4be..10ab5f47f2799d948c56d268b8a917a072563595 100644 (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();