From 0f8ccd518db3beb14ad746df7760b69ef9ed14cb Mon Sep 17 00:00:00 2001 From: Anna McPhee <30754158+annacmc@users.noreply.github.com> Date: Sun, 10 Sep 2023 17:32:51 -0600 Subject: [PATCH] update wizard phrasing (#81572) --- client/my-sites/stats/stats-purchase/stats-purchase-wizard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },