diff --git a/client/my-sites/stats/stats-purchase/stats-purchase-wizard.jsx b/client/my-sites/stats/stats-purchase/stats-purchase-wizard.jsx index cc896d58d1036..e54148ddcec65 100644 --- a/client/my-sites/stats/stats-purchase/stats-purchase-wizard.jsx +++ b/client/my-sites/stats/stats-purchase/stats-purchase-wizard.jsx @@ -71,7 +71,7 @@ const ProductCard = ( { const commercialProductTitle = translate( 'Upgrade your Jetpack Stats' ); // Default titles for no site type selected. - let typeSelectionScreenLabel = translate( 'What site type is %(site)s?', { + let typeSelectionScreenLabel = translate( 'What type of site is %(site)s?', { args: { site: siteSlug, },