Merge pull request #25650 from nextcloud/backport/25594/stable21

[stable21] Use ownerDisplayName for SharingEntry Tooltip
This commit is contained in:
Christoph Wurst 2021-02-17 19:52:32 +01:00 committed by GitHub
commit 2724bb8c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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) {