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' 'woocommerce-admin'
) } ) }
</H> </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.", "We'd love to know if you are just getting started or you already have a business in place.",
'woocommerce-admin' 'woocommerce-admin'
) } ) }
</p> </H>
<Card> <Card>
<Fragment> <Fragment>
<SelectControl <SelectControl

View File

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

View File

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