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.",
|
"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",
|
"Number": "Number",
|
||||||
"%view_count% views - %view_count_change% this week": "%view_count% views - %view_count_change% this week",
|
"%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",
|
"%comment_count% comments - %comment_count_change% this week": "%comment_count% comments - %comment_count_change% this week",
|
||||||
"Invite": "Invite",
|
"Invite": "Invite",
|
||||||
"Remove File": "Remove File",
|
"Remove File": "Remove File",
|
||||||
|
|
|
@ -221,7 +221,7 @@ export default function CreatorAnalytics(props: Props) {
|
||||||
{stats.VideoURITopCommentNew && stats.VideoCommentTopCommentNew > 0 && (
|
{stats.VideoURITopCommentNew && stats.VideoCommentTopCommentNew > 0 && (
|
||||||
<Card
|
<Card
|
||||||
className="section"
|
className="section"
|
||||||
title={__('Most Commented Recent Content')}
|
title={__('Most commented recent content')}
|
||||||
body={
|
body={
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<div className="card--inline">
|
<div className="card--inline">
|
||||||
|
|
|
@ -92,7 +92,7 @@ export default function YoutubeTransferStatus(props: Props) {
|
||||||
<Card
|
<Card
|
||||||
title={
|
title={
|
||||||
isYoutubeTransferComplete
|
isYoutubeTransferComplete
|
||||||
? __('Transfer Complete')
|
? __('Transfer complete')
|
||||||
: youtubeChannels.length > 1
|
: youtubeChannels.length > 1
|
||||||
? __('Your YouTube channels')
|
? __('Your YouTube channels')
|
||||||
: __('Your YouTube channel')
|
: __('Your YouTube channel')
|
||||||
|
|
Loading…
Add table
Reference in a new issue