diff options
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntryInherited.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntryInherited.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryInherited.vue b/apps/files_sharing/src/components/SharingEntryInherited.vue index ff930f1aec8..e4979fdc44d 100644 --- a/apps/files_sharing/src/components/SharingEntryInherited.vue +++ b/apps/files_sharing/src/components/SharingEntryInherited.vue @@ -26,9 +26,9 @@ :title="share.shareWithDisplayName"> <template #avatar> <NcAvatar :user="share.shareWith" - :display-name="share.shareWithDisplayName" - class="sharing-entry__avatar" - tooltip-message="" /> + :aria-label="share.shareWithDisplayName" + :title="share.shareWithDisplayName" + class="sharing-entry__avatar" /> </template> <NcActionText icon="icon-user"> {{ t('files_sharing', 'Added by {initiator}', { initiator: share.ownerDisplayName }) }} |