Update view.jsx
This commit is contained in:
parent
6fe1923ef5
commit
51576a827d
1 changed files with 2 additions and 2 deletions
|
@ -176,8 +176,8 @@ const ClaimPreview = forwardRef<any, {}>((props: Props, ref: any) => {
|
|||
return (
|
||||
<span className="claim-preview__channel-sub-count">
|
||||
{channelSubCount === 1
|
||||
? __('%channelSubCount% Follower', { formattedSubCount })
|
||||
: __('%channelSubCount% Followers', { formattedSubCount })}
|
||||
? __('%formattedSubCount% Follower', { formattedSubCount })
|
||||
: __('%formattedSubCount% Followers', { formattedSubCount })}
|
||||
</span>
|
||||
);
|
||||
}, [channelSubCount]);
|
||||
|
|
Loading…
Reference in a new issue