diff --git a/static/app-strings.json b/static/app-strings.json index 4657b5af3..e879420f7 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1285,7 +1285,7 @@ "Enter your phone number and we will send you a verification code. We will not share your phone number with third parties.": "Enter your phone number and we will send you a verification code. We will not share your phone number with third parties.", "Number": "Number", "%view_count% views - %view_count_change% this week": "%view_count% views - %view_count_change% this week", - "Most Commented Recent Content": "Most Commented Recent Content", + "Most commented recent content": "Most commented recent content", "%comment_count% comments - %comment_count_change% this week": "%comment_count% comments - %comment_count_change% this week", "Invite": "Invite", "Remove File": "Remove File", diff --git a/ui/component/creatorAnalytics/view.jsx b/ui/component/creatorAnalytics/view.jsx index b508bb750..48a770d23 100644 --- a/ui/component/creatorAnalytics/view.jsx +++ b/ui/component/creatorAnalytics/view.jsx @@ -221,7 +221,7 @@ export default function CreatorAnalytics(props: Props) { {stats.VideoURITopCommentNew && stats.VideoCommentTopCommentNew > 0 && (
diff --git a/ui/component/youtubeTransferStatus/view.jsx b/ui/component/youtubeTransferStatus/view.jsx index ea89160a3..9ad035dc1 100644 --- a/ui/component/youtubeTransferStatus/view.jsx +++ b/ui/component/youtubeTransferStatus/view.jsx @@ -92,7 +92,7 @@ export default function YoutubeTransferStatus(props: Props) { 1 ? __('Your YouTube channels') : __('Your YouTube channel')