fix casing

This commit is contained in:
Sean Yesmunt 2020-12-11 16:25:05 -05:00
parent 9c5ffdc1bf
commit f420785bfb
3 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -221,7 +221,7 @@ export default function CreatorAnalytics(props: Props) {
{stats.VideoURITopCommentNew && stats.VideoCommentTopCommentNew > 0 && (
<Card
className="section"
title={__('Most Commented Recent Content')}
title={__('Most commented recent content')}
body={
<React.Fragment>
<div className="card--inline">

View file

@ -92,7 +92,7 @@ export default function YoutubeTransferStatus(props: Props) {
<Card
title={
isYoutubeTransferComplete
? __('Transfer Complete')
? __('Transfer complete')
: youtubeChannels.length > 1
? __('Your YouTube channels')
: __('Your YouTube channel')