summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-07-31 14:20:09 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-07-31 14:20:22 +0200
commitbc8365660462c13938a67befe5c3db050aee9991 (patch)
treee7ab4d5331cfb5fc13921df599ae78c067911008 /core/js
parentc39bc1638b812ef9660cfdb0ab6ca58d70ad68d8 (diff)
downloadnextcloud-server-bc8365660462c13938a67befe5c3db050aee9991.tar.gz
nextcloud-server-bc8365660462c13938a67befe5c3db050aee9991.zip
Reword share comment feature
Fixes #10403 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/js')
-rw-r--r--core/js/sharedialoglinkshareview.js2
-rw-r--r--core/js/sharedialogshareelistview.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/js/sharedialoglinkshareview.js b/core/js/sharedialoglinkshareview.js
index 925d8ed918e..0b2fec5588e 100644
--- a/core/js/sharedialoglinkshareview.js
+++ b/core/js/sharedialoglinkshareview.js
@@ -590,7 +590,7 @@
expireDate: expireDate,
defaultExpireDate: moment().add(1, 'day').format('DD-MM-YYYY'), // Can't expire today
shareNote: this.model.get('linkShare').note,
- addNoteLabel: t('core', 'Set share note'),
+ addNoteLabel: t('core', 'Note to recipient'),
});
this.$el.html(linkShareTemplate({
diff --git a/core/js/sharedialogshareelistview.js b/core/js/sharedialogshareelistview.js
index 8df7fe5ecd7..2ed46f46768 100644
--- a/core/js/sharedialogshareelistview.js
+++ b/core/js/sharedialogshareelistview.js
@@ -320,7 +320,7 @@
getShareProperties: function() {
return {
unshareLabel: t('core', 'Unshare'),
- addNoteLabel: t('core', 'Set share note'),
+ addNoteLabel: t('core', 'Note to recipient'),
canShareLabel: t('core', 'Can reshare'),
canEditLabel: t('core', 'Can edit'),
createPermissionLabel: t('core', 'Can create'),