diff --git a/application/src/main/webapp/vue-app/components/ExoChatMessageDetail.vue b/application/src/main/webapp/vue-app/components/ExoChatMessageDetail.vue index 4d66b23e7b..96cd9c844a 100644 --- a/application/src/main/webapp/vue-app/components/ExoChatMessageDetail.vue +++ b/application/src/main/webapp/vue-app/components/ExoChatMessageDetail.vue @@ -9,6 +9,7 @@ v-if="displayUserInformation && (!message.isEnabledUser || message.isEnabledUser === 'true')" :style="`backgroundImage: url(${avatarUrl}`" :href="getProfileLink(message.user)" + :aria-label="$t('popover.userAvatar.title',{0: attendeeFullname})" class="chat-contact-avatar">