summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-08-19 12:49:42 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-03 09:06:52 +0200
commite343d6fb0132a0b593dc86aec72626c24d408e29 (patch)
treed0227998f63e15aca8b42f347f034ab7e13277fe
parent5cda38346086ebc78f27eda412d316000f5131a1 (diff)
downloadnextcloud-server-e343d6fb0132a0b593dc86aec72626c24d408e29.tar.gz
nextcloud-server-e343d6fb0132a0b593dc86aec72626c24d408e29.zip
can share => can reshare
-rw-r--r--core/js/sharedialogshareelistview.js2
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'),