summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2016-08-29 19:48:51 +0200
committerGitHub <noreply@github.com>2016-08-29 19:48:51 +0200
commit907e832de4ee4292345bdc1cfd814e6bfd5c7ea4 (patch)
tree1e3648c3c0848fa8620a25808acd0ce93354b39d /core/js
parent402feb9e13d4a8a1b3c0ed5aeff301abcd4280e4 (diff)
parent8fca6d21a68716a4762956d7284e9ee04c103aec (diff)
downloadnextcloud-server-907e832de4ee4292345bdc1cfd814e6bfd5c7ea4.tar.gz
nextcloud-server-907e832de4ee4292345bdc1cfd814e6bfd5c7ea4.zip
Merge pull request #1115 from nextcloud/fix_146
Link 'Allow editing' => 'Allow upload and editing'
Diffstat (limited to 'core/js')
-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 83bf7979000..1d6a0f03d4d 100644
--- a/core/js/sharedialoglinkshareview.js
+++ b/core/js/sharedialoglinkshareview.js
@@ -330,7 +330,7 @@
publicUpload: publicUpload && isLinkShare,
publicUploadChecked: publicUploadChecked,
hideFileListChecked: hideFileListChecked,
- publicUploadLabel: t('core', 'Allow editing'),
+ publicUploadLabel: t('core', 'Allow upload and editing'),
hideFileListLabel: t('core', 'Hide file listing'),
mailPublicNotificationEnabled: isLinkShare && this.configModel.isMailPublicNotificationEnabled(),
mailPrivatePlaceholder: t('core', 'Email link to person'),