diff --git a/frontend/src/lib/components/LogViewer.svelte b/frontend/src/lib/components/LogViewer.svelte
index 8f8c7546c8..1de60d44d5 100644
--- a/frontend/src/lib/components/LogViewer.svelte
+++ b/frontend/src/lib/components/LogViewer.svelte
@@ -294,9 +294,9 @@
(loadedFromObjectStore?.length ?? 0)}{#if downloadStartUrl} {:else if len > LOG_LIMIT}(truncated to the last {LOG_LIMIT} characters)
{/if}{@html html} {:else if len > LOG_LIMIT} ({LOG_LIMIT}/{len} chars) {/if}{@html html}{:else if !isLoading}{customEmptyMessage}{/if}