Merge pull request #5344 from nextcloud/fix-transifex

Remove the char because it breaks the export from transifex
This commit is contained in:
Lukas Reschke 2017-06-12 22:00:07 +02:00 committed by GitHub
commit 659a8bf24c
1 changed files with 1 additions and 1 deletions

View 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}}' +