From 51576a827d1fbe1cd2f79ff3352589d91345d4c4 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 19 Aug 2021 16:32:03 -0400 Subject: [PATCH] Update view.jsx --- ui/component/claimPreview/view.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/component/claimPreview/view.jsx b/ui/component/claimPreview/view.jsx index 9b454fd90..5370d14f4 100644 --- a/ui/component/claimPreview/view.jsx +++ b/ui/component/claimPreview/view.jsx @@ -176,8 +176,8 @@ const ClaimPreview = forwardRef((props: Props, ref: any) => { return ( {channelSubCount === 1 - ? __('%channelSubCount% Follower', { formattedSubCount }) - : __('%channelSubCount% Followers', { formattedSubCount })} + ? __('%formattedSubCount% Follower', { formattedSubCount }) + : __('%formattedSubCount% Followers', { formattedSubCount })} ); }, [channelSubCount]);