diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue index 7399617a79c..4bc9361004b 100644 --- a/apps/files_sharing/src/components/SharingEntry.vue +++ b/apps/files_sharing/src/components/SharingEntry.vue @@ -35,12 +35,11 @@ :aria-label="tooltip" :href="share.shareWithLink" class="sharing-entry__desc"> - {{ title }} ({{ - share.shareWithDisplayNameUnique }}) -

- {{ share.status.icon || '' }} - {{ share.status.message || '' }} -

+ {{ title }} + ({{ + share.shareWithDisplayNameUnique }}) + ({{ share.status.message }}) +