From 564b618f629e4314b757e5169ce3f8a6d547b8c7 Mon Sep 17 00:00:00 2001 From: Jeff Stieler Date: Tue, 2 Jul 2019 13:42:29 -0600 Subject: [PATCH] Remove placeholder "learn more" link from excluded status setting. --- .../woocommerce-admin/client/analytics/settings/config.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/plugins/woocommerce-admin/client/analytics/settings/config.js b/plugins/woocommerce-admin/client/analytics/settings/config.js index 94626adfa61..6ff8212783b 100644 --- a/plugins/woocommerce-admin/client/analytics/settings/config.js +++ b/plugins/woocommerce-admin/client/analytics/settings/config.js @@ -6,11 +6,6 @@ import { __, sprintf } from '@wordpress/i18n'; import { applyFilters } from '@wordpress/hooks'; import interpolateComponents from 'interpolate-components'; -/** - * WooCommerce dependencies - */ -import { Link } from '@woocommerce/components'; - /** * Internal dependencies */ @@ -61,12 +56,11 @@ export const analyticsSettings = applyFilters( SETTINGS_FILTER, [ helpText: interpolateComponents( { mixedString: __( 'Orders with these statuses are excluded from the totals in your reports. ' + - 'The {{strong}}Refunded{{/strong}} status can not be excluded. {{moreLink}}Learn more{{/moreLink}}', + 'The {{strong}}Refunded{{/strong}} status can not be excluded.', 'woocommerce-admin' ), components: { strong: , - moreLink: , // @todo This needs to be replaced with a real link. }, } ), initialValue: