[Pkg-owncloud-commits] [owncloud] 173/239: Show stars as placeholder
David Prévot
taffit at moszumanska.debian.org
Fri Nov 29 01:32:34 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 33e77d34f4f9550175e26a8f994f535fed4b3761
Author: ganomi <ganomi at gmail.com>
Date: Tue Nov 26 20:17:13 2013 +0100
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 e2911ae..10ab5f4 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();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list