From 7e13493f8e748f5d4a157b29cbacfc64b4f0dea5 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 11 Dec 2019 12:10:55 -0500 Subject: [PATCH] subscriber => follower --- static/app-strings.json | 1 - ui/page/channel/view.jsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 34329c126..92ebab092 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -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", diff --git a/ui/page/channel/view.jsx b/ui/page/channel/view.jsx index 308701835..be3f77167 100644 --- a/ui/page/channel/view.jsx +++ b/ui/page/channel/view.jsx @@ -214,7 +214,7 @@ function ChannelPage(props: Props) {
- {subCount} {subCount !== 1 ? __('Subscribers') : __('Subscriber')} + {subCount} {subCount !== 1 ? __('Followers') : __('Follower')}