Merge pull request #10467 from nextcloud/fix/10403/reword_note

Reword share comment feature
This commit is contained in:
Roeland Jago Douma 2018-07-31 15:19:22 +02:00 committed by GitHub
commit 3ae66a76e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -590,7 +590,7 @@
expireDate: expireDate, expireDate: expireDate,
defaultExpireDate: moment().add(1, 'day').format('DD-MM-YYYY'), // Can't expire today defaultExpireDate: moment().add(1, 'day').format('DD-MM-YYYY'), // Can't expire today
shareNote: this.model.get('linkShare').note, shareNote: this.model.get('linkShare').note,
addNoteLabel: t('core', 'Set share note'), addNoteLabel: t('core', 'Note to recipient'),
}); });
this.$el.html(linkShareTemplate({ this.$el.html(linkShareTemplate({

View File

@ -320,7 +320,7 @@
getShareProperties: function() { getShareProperties: function() {
return { return {
unshareLabel: t('core', 'Unshare'), unshareLabel: t('core', 'Unshare'),
addNoteLabel: t('core', 'Set share note'), addNoteLabel: t('core', 'Note to recipient'),
canShareLabel: t('core', 'Can reshare'), canShareLabel: t('core', 'Can reshare'),
canEditLabel: t('core', 'Can edit'), canEditLabel: t('core', 'Can edit'),
createPermissionLabel: t('core', 'Can create'), createPermissionLabel: t('core', 'Can create'),