diff --git a/src/routes/Flash.svelte b/src/routes/Flash.svelte
index 6019692..1cc9371 100644
--- a/src/routes/Flash.svelte
+++ b/src/routes/Flash.svelte
@@ -376,18 +376,18 @@
class={`${iconStyle} ${!error && step !== StepCode.DONE ? 'animate-pulse' : ''}`}
/>
-
+
{title}
- {description}
+ {@html description}
{#if showDiscordHelp}
If the problem persists, join #{discordChannel} on Discord for help.
{/if}
{#if error !== ErrorCode.NONE && hideRetry && !showDebugInfo}
diff --git a/src/routes/Stepper.svelte b/src/routes/Stepper.svelte
index 565f4ea..ff196b1 100644
--- a/src/routes/Stepper.svelte
+++ b/src/routes/Stepper.svelte
@@ -24,8 +24,8 @@
}`}
>
{#if isCompleted}
-