Rename File drop to Secure drop

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Olivier Paroz 2017-03-26 17:53:18 +02:00 committed by Morris Jobke
parent ec6853a2a6
commit 5a6c7877f6
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 1 additions and 1 deletions

View File

@ -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,