From 3228302de2f51159d8e9e1369c49c49da69570b5 Mon Sep 17 00:00:00 2001 From: Nick Telsan Date: Fri, 5 Apr 2024 14:23:51 -0400 Subject: [PATCH] Fixes formatting and imports --- .../goodbids/src/views/nonprofit-setup-guide/driver.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/client-mu-plugins/goodbids/src/views/nonprofit-setup-guide/driver.tsx b/client-mu-plugins/goodbids/src/views/nonprofit-setup-guide/driver.tsx index c6d43f15..bdbbc7a2 100644 --- a/client-mu-plugins/goodbids/src/views/nonprofit-setup-guide/driver.tsx +++ b/client-mu-plugins/goodbids/src/views/nonprofit-setup-guide/driver.tsx @@ -1,5 +1,5 @@ import { __ } from '@wordpress/i18n'; -import { H1 } from '../../components/typography'; +import { H1, P } from '../../components/typography'; import { PlanAndMonitor } from './plan-and-monitor'; import { Wrapper } from './wrapper'; import { SiteStatus } from './site-status'; @@ -17,7 +17,12 @@ export function Driver() {

{__('Site Setup', 'goodbids')}

-

{_('Please note: The Setup Guide is an online instructional manual. The box titled “Site Status” (on the top right) is the only section that will update based on your progress through the guide. The Site Status will update to reflect the current status of your Nonprofit Site, and will either read “Pending” or “Live,” along with information relevant to that status level.', 'goodbids')}

+

+ {__( + 'Please note: The Setup Guide is an online instructional manual. The box titled “Site Status” (on the top right) is the only section that will update based on your progress through the guide. The Site Status will update to reflect the current status of your Nonprofit Site, and will either read “Pending” or “Live,” along with information relevant to that status level.', + 'goodbids', + )} +

{(gbNonprofitSetupGuide.isBDPAdmin || gbNonprofitSetupGuide.isAdmin) && ( <>