Merge pull request #5344 from nextcloud/fix-transifex
Remove the char because it breaks the export from transifex
This commit is contained in:
commit
659a8bf24c
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
var PASSWORD_PLACEHOLDER = '**********';
|
var PASSWORD_PLACEHOLDER = '**********';
|
||||||
var PASSWORD_PLACEHOLDER_MESSAGE = t('core', 'Choose a password for the public link');
|
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 =
|
var TEMPLATE =
|
||||||
'{{#if shareAllowed}}' +
|
'{{#if shareAllowed}}' +
|
||||||
|
|
Loading…
Reference in New Issue