This commit is contained in:
Jeff Stieler 2020-07-30 13:58:10 -04:00 committed by GitHub
parent 53031f3fae
commit adf51fc173
3 changed files with 7 additions and 5 deletions

View File

@ -783,12 +783,12 @@ class BusinessDetails extends Component {
'woocommerce-admin'
) }
</H>
<p>
<H className="woocommerce-profile-wizard__header-subtitle">
{ __(
"We'd love to know if you are just getting started or you already have a business in place.",
'woocommerce-admin'
) }
</p>
</H>
<Card>
<Fragment>
<SelectControl

View File

@ -180,9 +180,9 @@ class Industry extends Component {
'woocommerce-admin'
) }
</H>
<p className="woocommerce-profile-wizard__intro-paragraph">
<H className="woocommerce-profile-wizard__header-subtitle">
{ __( 'Choose any that apply' ) }
</p>
</H>
<Card>
<div className="woocommerce-profile-wizard__checkbox-group">
{ filteredIndustryKeys.map( ( slug ) => {

View File

@ -157,7 +157,9 @@ class ProductTypes extends Component {
'woocommerce-admin'
) }
</H>
<p>{ __( 'Choose any that apply' ) }</p>
<H className="woocommerce-profile-wizard__header-subtitle">
{ __( 'Choose any that apply' ) }
</H>
<Card>
<div className="woocommerce-profile-wizard__checkbox-group">