diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-28 21:50:31 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-28 21:50:31 +0200 |
commit | 8fca6d21a68716a4762956d7284e9ee04c103aec (patch) | |
tree | 7b6c9043f09ad67a0676b508c0c269b929236fb4 /core | |
parent | 3647fbe7cd86e743b059889d69b03fcf8207780f (diff) | |
download | nextcloud-server-8fca6d21a68716a4762956d7284e9ee04c103aec.tar.gz nextcloud-server-8fca6d21a68716a4762956d7284e9ee04c103aec.zip |
Link 'Allow editing' => 'Allow upload and editing'
Fixes #146
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 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'), |