Merge pull request #4073 from nextcloud/secure-drop

Rename File drop to Secure drop
This commit is contained in:
Roeland Jago Douma 2017-03-27 14:39:32 +02:00 committed by GitHub
commit f4c9e44403
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,