diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-19 12:49:42 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-10-03 09:06:52 +0200 |
commit | e343d6fb0132a0b593dc86aec72626c24d408e29 (patch) | |
tree | d0227998f63e15aca8b42f347f034ab7e13277fe | |
parent | 5cda38346086ebc78f27eda412d316000f5131a1 (diff) | |
download | nextcloud-server-e343d6fb0132a0b593dc86aec72626c24d408e29.tar.gz nextcloud-server-e343d6fb0132a0b593dc86aec72626c24d408e29.zip |
can share => can reshare
-rw-r--r-- | core/js/sharedialogshareelistview.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/sharedialogshareelistview.js b/core/js/sharedialogshareelistview.js index 0b4658f92f0..77f6d96ecee 100644 --- a/core/js/sharedialogshareelistview.js +++ b/core/js/sharedialogshareelistview.js @@ -165,7 +165,7 @@ mailNotificationEnabled: this.configModel.isMailNotificationEnabled(), notifyByMailLabel: t('core', 'notify by email'), unshareLabel: t('core', 'Unshare'), - canShareLabel: t('core', 'can share'), + canShareLabel: t('core', 'can reshare'), canEditLabel: t('core', 'can edit'), createPermissionLabel: t('core', 'create'), updatePermissionLabel: t('core', 'change'), |