diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2016-11-24 20:32:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-24 20:32:00 +0100 |
commit | 147b3d6f00db4b891b3afaa2299f155eef2b3551 (patch) | |
tree | 3f8e330d52947ae4a1139ee9397d13df5186ebec /core | |
parent | 10db5bf7d2fd56c1208b2ef4d89505059d6fcbfe (diff) | |
parent | 82efed636fc443f6320c3ff5de8a9c9b4f4dc08d (diff) | |
download | nextcloud-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.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') })); |