Skip to content

Commit

Permalink
Merge pull request #10467 from nextcloud/fix/10403/reword_note
Browse files Browse the repository at this point in the history
Reword share comment feature
  • Loading branch information
rullzer authored Jul 31, 2018
2 parents c39bc16 + bc83656 commit 3ae66a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/js/sharedialoglinkshareview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
2 changes: 1 addition & 1 deletion core/js/sharedialogshareelistview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 3ae66a7

Please sign in to comment.