diff options
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntry.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntry.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue index c66dfc5c802..e2fcaa35a76 100644 --- a/apps/files_sharing/src/components/SharingEntry.vue +++ b/apps/files_sharing/src/components/SharingEntry.vue @@ -207,7 +207,7 @@ export default { // todo: strong or italic? // but the t function escape any html from the data :/ user: this.share.shareWithDisplayName, - owner: this.share.owner, + owner: this.share.ownerDisplayName, } if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_GROUP) { |