Onboarding: Add missing space between manual tax info and link (https://github.com/woocommerce/woocommerce-admin/pull/3612)

This commit is contained in:
Joshua T Flowers 2020-01-24 10:10:32 +08:00 committed by GitHub
parent cc0a054fe3
commit 2438885f09
1 changed files with 3 additions and 2 deletions

View File

@ -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: {