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 (
|
return (
|
||||||
<span className="claim-preview__channel-sub-count">
|
<span className="claim-preview__channel-sub-count">
|
||||||
{channelSubCount === 1
|
{channelSubCount === 1
|
||||||
? __('%channelSubCount% Follower', { formattedSubCount })
|
? __('%formattedSubCount% Follower', { formattedSubCount })
|
||||||
: __('%channelSubCount% Followers', { formattedSubCount })}
|
: __('%formattedSubCount% Followers', { formattedSubCount })}
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
}, [channelSubCount]);
|
}, [channelSubCount]);
|
||||||
|
|
Loading…
Reference in a new issue