]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove the char because it breaks the export from transifex 5353/head
authorJoas Schilling <coding@schilljs.com>
Mon, 12 Jun 2017 14:30:08 +0000 (16:30 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 12 Jun 2017 20:40:41 +0000 (15:40 -0500)
Signed-off-by: Joas Schilling <coding@schilljs.com>
core/js/sharedialoglinkshareview.js

index 05af5dc8fd7956a2dae7d7261e9a74cec50c36b9..dc3b6f062b83ece3e898e9dff0faf531d0fd37f5 100644 (file)
@@ -17,7 +17,7 @@
 
        var PASSWORD_PLACEHOLDER = '**********';
        var PASSWORD_PLACEHOLDER_MESSAGE = t('core', 'Choose a password for the public link');
-       var PASSWORD_PLACEHOLDER_MESSAGE_OPTIONAL = t('core', 'Choose a password for the public link or press "Enter ↵"');
+       var PASSWORD_PLACEHOLDER_MESSAGE_OPTIONAL = t('core', 'Choose a password for the public link or press the "Enter" key');
 
        var TEMPLATE =
                        '{{#if shareAllowed}}' +