From: Jan-Christoph Borchardt Date: Tue, 22 Nov 2016 15:04:14 +0000 (+0100) Subject: fix wording of File drop, ref #2207 X-Git-Tag: v11.0RC2~141^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=82efed636fc443f6320c3ff5de8a9c9b4f4dc08d;p=nextcloud-server.git fix wording of File drop, ref #2207 Signed-off-by: Jan-Christoph Borchardt --- diff --git a/core/js/sharedialoglinkshareview.js b/core/js/sharedialoglinkshareview.js index 85a20dce01a..cb553947de6 100644 --- a/core/js/sharedialoglinkshareview.js +++ b/core/js/sharedialoglinkshareview.js @@ -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') }));