diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-22 16:04:14 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-22 16:04:14 +0100 |
commit | 82efed636fc443f6320c3ff5de8a9c9b4f4dc08d (patch) | |
tree | 573cd382f822bdf7d8ad4e8149998493969fd8f1 /core | |
parent | b5fab4ed9cc23b0408057f9e8b0cb90b2e50fa73 (diff) | |
download | nextcloud-server-82efed636fc443f6320c3ff5de8a9c9b4f4dc08d.tar.gz nextcloud-server-82efed636fc443f6320c3ff5de8a9c9b4f4dc08d.zip |
fix wording of File drop, ref #2207
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/js/sharedialoglinkshareview.js | 2 |
1 files changed, 1 insertions, 1 deletions
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') })); |