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]);