Merge pull request #25652 from nextcloud/backport/25594/stable19
[stable19] Use ownerDisplayName for SharingEntry Tooltip
This commit is contained in:
commit
733311d76e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -200,7 +200,7 @@ export default {
|
||||||
// todo: strong or italic?
|
// todo: strong or italic?
|
||||||
// but the t function escape any html from the data :/
|
// but the t function escape any html from the data :/
|
||||||
user: this.share.shareWithDisplayName,
|
user: this.share.shareWithDisplayName,
|
||||||
owner: this.share.owner,
|
owner: this.share.ownerDisplayName,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_GROUP) {
|
if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_GROUP) {
|
||||||
|
|
Loading…
Reference in New Issue