diff --git a/changelog/unreleased/enhancement-files-sidebar-shares b/changelog/unreleased/enhancement-files-sidebar-shares
index c07ca4ab269..fa85e36e762 100644
--- a/changelog/unreleased/enhancement-files-sidebar-shares
+++ b/changelog/unreleased/enhancement-files-sidebar-shares
@@ -12,5 +12,7 @@ We've did several improvements to enhance the accessibility on the files sidebar
- Added screenreader-only explain texts regarding collaborator/share ownership
- Added aria-label for share receiver section
- Worked on unifying the way we handle translations: Focus on v-translate and $gettext()
+- Turn tags into `
& - ` list, add aria-labelledby to both tag list and resharer tag list
https://github.com/owncloud/web/pull/5034
+https://github.com/owncloud/web/pull/5043
diff --git a/packages/web-app-files/src/components/Collaborators/Collaborator.vue b/packages/web-app-files/src/components/Collaborators/Collaborator.vue
index 95e0199c6bf..680bfe28ca4 100644
--- a/packages/web-app-files/src/components/Collaborators/Collaborator.vue
+++ b/packages/web-app-files/src/components/Collaborators/Collaborator.vue
@@ -51,14 +51,15 @@
v-text="collaborator.collaborator.additionalInfo"
/>
-
-
+
Tags
+
+ -
{{ collaboratorType(collaborator.shareType) }}
-
-
@@ -357,7 +358,24 @@ export default {
}
-