Rename File drop to Secure drop
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
ec6853a2a6
commit
5a6c7877f6
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@
|
|||
publicEditing: publicEditable,
|
||||
publicEditingChecked: publicEditingChecked,
|
||||
publicEditingLabel: t('core', 'Allow editing'),
|
||||
hideFileListLabel: t('core', 'File drop (upload only)'),
|
||||
hideFileListLabel: 'Secure drop (' + t('core', 'upload only') + ')',
|
||||
mailPrivatePlaceholder: t('core', 'Email link to person'),
|
||||
mailButtonText: t('core', 'Send'),
|
||||
singleAction: OC.Share.Social.Collection.size() == 0,
|
||||
|
|
Loading…
Reference in a new issue