Merge pull request #2243 from nextcloud/file-drop-wording

fix wording of File drop, ref #2207
This commit is contained in:
Roeland Jago Douma 2016-11-24 20:32:00 +01:00 committed by GitHub
commit 147b3d6f00

View file

@ -337,7 +337,7 @@
publicUploadChecked: publicUploadChecked,
hideFileListChecked: hideFileListChecked,
publicUploadLabel: t('core', 'Allow upload and editing'),
hideFileListLabel: t('core', 'Hide file listing'),
hideFileListLabel: t('core', 'File drop (upload only)'),
mailPrivatePlaceholder: t('core', 'Email link to person'),
mailButtonText: t('core', 'Send')
}));