diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx
index 161d3659..39cc2017 100644
--- a/web/pages/notifications.tsx
+++ b/web/pages/notifications.tsx
@@ -866,11 +866,10 @@ function NotificationTextLabel(props: {
} else if (sourceType === 'bet' && sourceText) {
return (
<>
- Filled{' '}
{formatMoney(parseInt(sourceText))}
{' '}
- of your limit bet
+ of your limit bet was filled
>
)
}