{formattedSubCount} {subCount !== 1 ? __('Followers') : __('Follower')}
{channelIsMine && (
<>
{pending ? (
{__('Your changes will be live in a few minutes')}
) : (
{__('Content')}{editing ? __('Editing Your Channel') : __('About --[tab title in Channel Page]--')}{__('Community')}
{(discussionWasMounted || currentView === DISCUSSION_PAGE) && }
);
}
export default ChannelPage;