Merge pull request #5353 from nextcloud/stable12-5344

[stable12] Remove the char because it breaks the export from transifex
This commit is contained in:
Morris Jobke 2017-06-12 17:50:41 -05:00 committed by GitHub
commit 17bde8a79e
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}}' +