summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2016-11-24 20:32:00 +0100
committerGitHub <noreply@github.com>2016-11-24 20:32:00 +0100
commit147b3d6f00db4b891b3afaa2299f155eef2b3551 (patch)
tree3f8e330d52947ae4a1139ee9397d13df5186ebec /core
parent10db5bf7d2fd56c1208b2ef4d89505059d6fcbfe (diff)
parent82efed636fc443f6320c3ff5de8a9c9b4f4dc08d (diff)
downloadnextcloud-server-147b3d6f00db4b891b3afaa2299f155eef2b3551.tar.gz
nextcloud-server-147b3d6f00db4b891b3afaa2299f155eef2b3551.zip
Merge pull request #2243 from nextcloud/file-drop-wording
fix wording of File drop, ref #2207
Diffstat (limited to 'core')
-rw-r--r--core/js/sharedialoglinkshareview.js2
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')
}));