diff --git a/src/ui/callout.tsx b/src/ui/callout.tsx
index 89a5c6abb0..1ac6158cbc 100644
--- a/src/ui/callout.tsx
+++ b/src/ui/callout.tsx
@@ -98,7 +98,7 @@ export function Callout(props: CalloutProps) {
 					when={props.title}
 					fallback={
 						<span class="capitalize font-semibold text-xl">
-							{props.type || "Info"}:{" "}
+							{props.type || "Info"}
 						</span>
 					}
 				>