From 4fa38a2ece22c701558fed2bdec0f0cb03f354be Mon Sep 17 00:00:00 2001 From: James Grugett Date: Sun, 10 Jul 2022 12:25:58 -0500 Subject: [PATCH] Tweak wording --- web/pages/notifications.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ) }