From d82c7d7f3e91bc2d11d86d4ad78c198961db556d Mon Sep 17 00:00:00 2001 From: mantikoros Date: Mon, 25 Jul 2022 12:22:38 -0700 Subject: [PATCH] =?UTF-8?q?=E2=80=9Cadded=20liquidity=E2=80=9D=20=E2=87=92?= =?UTF-8?q?=20=E2=80=9Cadded=20a=20subsidy=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/components/feed/feed-liquidity.tsx | 3 +-- web/pages/notifications.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/web/components/feed/feed-liquidity.tsx b/web/components/feed/feed-liquidity.tsx index cfce3861..0ed06046 100644 --- a/web/components/feed/feed-liquidity.tsx +++ b/web/components/feed/feed-liquidity.tsx @@ -77,8 +77,7 @@ export function LiquidityStatusText(props: { ) : ( {isSelf ? 'You' : 'A trader'} )}{' '} - {bought} {money} - {' of liquidity'} + {bought} a subsidy of {money} ) diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index 72754d32..8076f71f 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -957,7 +957,7 @@ function getReasonForShowingNotification( reasonText = 'followed you' break case 'liquidity': - reasonText = 'added liquidity to your question' + reasonText = 'added a subsidy to your question' break case 'group': reasonText = 'added you to the group'