diff --git a/js/src/views/Event/Participants.vue b/js/src/views/Event/Participants.vue index bb71a4417..328a9dc74 100644 --- a/js/src/views/Event/Participants.vue +++ b/js/src/views/Event/Participants.vue @@ -109,7 +109,7 @@ props.row.actor.name }}
- @{{ usernameWithDomain(props.row.actor) }} @@ -148,10 +148,11 @@ - - {{ props.row.metadata.message | ellipsize }} - - +

+ {{ props.row.metadata.message | ellipsize }} +

+ + +

{{ $t("No message") }} - +

@@ -177,7 +192,7 @@