Remove the char because it breaks the export from transifex
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
0b5efcfaca
commit
9d98e5c49b
|
@ -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}}' +
|
||||
|
|
Loading…
Reference in New Issue