fix casing
This commit is contained in:
parent
9c5ffdc1bf
commit
f420785bfb
3 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue