diff --git a/src/app/chat/components/insufficient-credits-dialog.tsx b/src/app/chat/components/insufficient-credits-dialog.tsx
index d6fad9b7..bb4cca7b 100644
--- a/src/app/chat/components/insufficient-credits-dialog.tsx
+++ b/src/app/chat/components/insufficient-credits-dialog.tsx
@@ -23,56 +23,56 @@ export function InsufficientCreditsDialog({
return (
-
+
Not enough credits
-
+
Top up your credits to unlock this message and keep the moment going.
{showCreditDetail ? (
-
-
+
+
- Balance
- -
+
-
{creditBalance}
-
+
- Required
- -
+
-
{requiredCredits}
-
+
- Still needed
- -
+
-
{shortfallCredits}
) : null}
-
+