subscriber => follower
This commit is contained in:
parent
50473387c5
commit
7e13493f8e
2 changed files with 1 additions and 2 deletions
|
@ -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.",
|
"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.",
|
"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",
|
"Read More": "Read More",
|
||||||
"Subscribers": "Subscribers",
|
|
||||||
"Your password is saved in your OS keychain.": "Your password is saved in your OS keychain.",
|
"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",
|
"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",
|
"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",
|
||||||
|
|
|
@ -214,7 +214,7 @@ function ChannelPage(props: Props) {
|
||||||
<div className="channel__meta">
|
<div className="channel__meta">
|
||||||
<ClaimUri uri={uri} inline />
|
<ClaimUri uri={uri} inline />
|
||||||
<span>
|
<span>
|
||||||
{subCount} {subCount !== 1 ? __('Subscribers') : __('Subscriber')}
|
{subCount} {subCount !== 1 ? __('Followers') : __('Follower')}
|
||||||
<HelpLink href="https://lbry.com/faq/views" />
|
<HelpLink href="https://lbry.com/faq/views" />
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue