Append '(optional)' to address line 2 label (https://github.com/woocommerce/woocommerce-admin/pull/2610)
This commit is contained in:
parent
dd7273d765
commit
fbbd8cfaee
|
@ -137,7 +137,7 @@ class StoreDetails extends Component {
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<TextControl
|
<TextControl
|
||||||
label={ __( 'Address line 2', 'woocommerce-admin' ) }
|
label={ __( 'Address line 2 (optional)', 'woocommerce-admin' ) }
|
||||||
onChange={ value => this.setState( { addressLine2: value } ) }
|
onChange={ value => this.setState( { addressLine2: value } ) }
|
||||||
required
|
required
|
||||||
value={ addressLine2 }
|
value={ addressLine2 }
|
||||||
|
|
Loading…
Reference in New Issue