diff --git a/static/app-strings.json b/static/app-strings.json index 5d8118c91..f30fef2ff 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1281,5 +1281,8 @@ "Not Now": "Not Now", "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", + "%comment_count% comments - %comment_count_change% this week": "%comment_count% comments - %comment_count_change% this week", "--end--": "--end--" } diff --git a/ui/component/creatorAnalytics/view.jsx b/ui/component/creatorAnalytics/view.jsx index 52aa2796d..d15df8edc 100644 --- a/ui/component/creatorAnalytics/view.jsx +++ b/ui/component/creatorAnalytics/view.jsx @@ -179,10 +179,13 @@ export default function CreatorAnalytics(props: Props) {