subscriber => follower

This commit is contained in:
Sean Yesmunt 2019-12-11 12:10:55 -05:00
parent 50473387c5
commit 7e13493f8e
2 changed files with 1 additions and 2 deletions

View file

@ -706,7 +706,6 @@
"to fix it. If that doesn't work, press CMD/CTRL-R to reset to the homepage.": "to fix it. If that doesn't work, press CMD/CTRL-R to reset to the homepage.",
"In response to a complaint we received under the US Digital Millennium Copyright Act, we have blocked access to this channel from our applications.": "In response to a complaint we received under the US Digital Millennium Copyright Act, we have blocked access to this channel from our applications.",
"Read More": "Read More",
"Subscribers": "Subscribers",
"Your password is saved in your OS keychain.": "Your password is saved in your OS keychain.",
"I want to type it manually": "I want to type it manually",
"Enter a LBRY URL here or search for videos, music, games and more": "Enter a LBRY URL here or search for videos, music, games and more",

View file

@ -214,7 +214,7 @@ function ChannelPage(props: Props) {
<div className="channel__meta">
<ClaimUri uri={uri} inline />
<span>
{subCount} {subCount !== 1 ? __('Subscribers') : __('Subscriber')}
{subCount} {subCount !== 1 ? __('Followers') : __('Follower')}
<HelpLink href="https://lbry.com/faq/views" />
</span>
</div>