diff --git a/src/Campaigns/resources/admin/components/CampaignDetailsPage/Components/CampaignStats/index.tsx b/src/Campaigns/resources/admin/components/CampaignDetailsPage/Components/CampaignStats/index.tsx index 8d7b8f0079..10821bc441 100644 --- a/src/Campaigns/resources/admin/components/CampaignDetailsPage/Components/CampaignStats/index.tsx +++ b/src/Campaigns/resources/admin/components/CampaignDetailsPage/Components/CampaignStats/index.tsx @@ -58,13 +58,13 @@ const CampaignStats = () => { - - + + - + @@ -131,12 +131,13 @@ const PercentChangePill = ({value, comparison}) => { } + const RevenueWidget = () => { return (
- Revenue - {__('Show your revenue over time')} + {__('Revenue', 'give')} + {__('Show your revenue over time', 'give')}
@@ -149,8 +150,8 @@ const GoalProgressWidget = () => { return (
- {__('Goal Progress')} - {__('Show your campaign performance')} + {__('Goal progress', 'give')} + {__('Show your campaign performance', 'give')}
)