diff --git a/src/Frontend/src/components/messages/BodyView.vue b/src/Frontend/src/components/messages/BodyView.vue
index ceb1e8d8b..135ae6cf5 100644
--- a/src/Frontend/src/components/messages/BodyView.vue
+++ b/src/Frontend/src/components/messages/BodyView.vue
@@ -1,13 +1,17 @@
@@ -29,8 +43,16 @@ const body = computed(() => bodyState.value.data.value);
Body was too large and not stored. Edit ServiceControl/MaxBodySizeToStore to be larger in the
ServiceControl configuration.
-
-
Message body cannot be displayed because content type "{{ bodyState.data.content_type }}" is not supported.
+
+
Message body could not be parsed as {{ bodyState.data.content_type }}. Showing hex view.
+
+
+
+
+
+
Message body cannot be displayed because content type "{{ bodyState.data.content_type }}" is not supported.