From 96d84b2813d48e933bc3b38a9a722c79d3bcea11 Mon Sep 17 00:00:00 2001 From: Gerhard Potgieter Date: Fri, 4 May 2018 11:57:26 +0200 Subject: [PATCH] Revert "Update the actual message and not just the test :)" This reverts commit 9607fbcdd83493532b89409e12b0bbdc272ba1cf. --- includes/api/class-wc-rest-system-status-tools-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/class-wc-rest-system-status-tools-controller.php b/includes/api/class-wc-rest-system-status-tools-controller.php index cfee77b0bc1..b5302f06aca 100644 --- a/includes/api/class-wc-rest-system-status-tools-controller.php +++ b/includes/api/class-wc-rest-system-status-tools-controller.php @@ -184,7 +184,7 @@ class WC_REST_System_Status_Tools_Controller extends WC_REST_Controller { 'reset_tracking' => array( 'name' => __( 'Reset usage tracking', 'woocommerce' ), 'button' => __( 'Reset', 'woocommerce' ), - 'desc' => __( 'This will reset your usage tracking settings, causing it to show the opt-in banner again and not sending any data. It will also remove any personal data from the woocommerce.com servers.', 'woocommerce' ), + 'desc' => __( 'This will reset your usage tracking settings, causing it to show the opt-in banner again and not sending any data.', 'woocommerce' ), ), 'regenerate_thumbnails' => array( 'name' => __( 'Regenerate shop thumbnails', 'woocommerce' ),