diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-07-31 14:20:09 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-07-31 14:20:22 +0200 |
commit | bc8365660462c13938a67befe5c3db050aee9991 (patch) | |
tree | e7ab4d5331cfb5fc13921df599ae78c067911008 /core/js/sharedialogshareelistview.js | |
parent | c39bc1638b812ef9660cfdb0ab6ca58d70ad68d8 (diff) | |
download | nextcloud-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/sharedialogshareelistview.js')
-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 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'), |