From 33e77d34f4f9550175e26a8f994f535fed4b3761 Mon Sep 17 00:00:00 2001 From: ganomi Date: Tue, 26 Nov 2013 20:17:13 +0100 Subject: [PATCH] Show stars as placeholder --- core/js/share.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/share.js b/core/js/share.js index e2911ae2ff..10ab5f47f2 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -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();