Onboarding: Add missing space between manual tax info and link (https://github.com/woocommerce/woocommerce-admin/pull/3612)
This commit is contained in:
parent
cc0a054fe3
commit
2438885f09
|
@ -275,8 +275,9 @@ class Tax extends Component {
|
|||
{ 'yes' !== generalSettings.woocommerce_calc_taxes &&
|
||||
interpolateComponents( {
|
||||
mixedString: __(
|
||||
'By clicking "Configure" you\'re enabling tax rates and calculations.' +
|
||||
'More info {{link}}here{{/link}}.',
|
||||
/*eslint-disable max-len*/
|
||||
'By clicking "Configure" you\'re enabling tax rates and calculations. More info {{link}}here{{/link}}.',
|
||||
/*eslint-enable max-len*/
|
||||
'woocommerce-admin'
|
||||
),
|
||||
components: {
|
||||
|
|
Loading…
Reference in New Issue