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 &&
|
{ 'yes' !== generalSettings.woocommerce_calc_taxes &&
|
||||||
interpolateComponents( {
|
interpolateComponents( {
|
||||||
mixedString: __(
|
mixedString: __(
|
||||||
'By clicking "Configure" you\'re enabling tax rates and calculations.' +
|
/*eslint-disable max-len*/
|
||||||
'More info {{link}}here{{/link}}.',
|
'By clicking "Configure" you\'re enabling tax rates and calculations. More info {{link}}here{{/link}}.',
|
||||||
|
/*eslint-enable max-len*/
|
||||||
'woocommerce-admin'
|
'woocommerce-admin'
|
||||||
),
|
),
|
||||||
components: {
|
components: {
|
||||||
|
|
Loading…
Reference in New Issue