diff --git a/client/my-sites/stats/stats-subscribers-highlight-section/index.tsx b/client/my-sites/stats/stats-subscribers-highlight-section/index.tsx index 4867afa9639ab..38594ee7058ae 100644 --- a/client/my-sites/stats/stats-subscribers-highlight-section/index.tsx +++ b/client/my-sites/stats/stats-subscribers-highlight-section/index.tsx @@ -84,6 +84,8 @@ function SubscriberHighlightsStandard( { highlights, isLoading, }: SubscriberHighlightsRenderProps ) { + const translate = useTranslate(); + return (