From 2438885f09c82e3e490e14bf149557e403bc72f7 Mon Sep 17 00:00:00 2001 From: Joshua T Flowers Date: Fri, 24 Jan 2020 10:10:32 +0800 Subject: [PATCH] Onboarding: Add missing space between manual tax info and link (https://github.com/woocommerce/woocommerce-admin/pull/3612) --- .../client/dashboard/task-list/tasks/tax.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/woocommerce-admin/client/dashboard/task-list/tasks/tax.js b/plugins/woocommerce-admin/client/dashboard/task-list/tasks/tax.js index 3ad5375b2c0..9491e395d6c 100644 --- a/plugins/woocommerce-admin/client/dashboard/task-list/tasks/tax.js +++ b/plugins/woocommerce-admin/client/dashboard/task-list/tasks/tax.js @@ -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: {