From 886d1acca5aaa2a21fa9f8034d3ef9aad7cba280 Mon Sep 17 00:00:00 2001 From: Timmy Crawford Date: Mon, 8 Apr 2019 12:00:11 -0700 Subject: [PATCH] Updates to usage tracking text per feedback. --- includes/admin/settings/class-wc-settings-accounts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/admin/settings/class-wc-settings-accounts.php b/includes/admin/settings/class-wc-settings-accounts.php index 70a799c32cc..ff68310a650 100644 --- a/includes/admin/settings/class-wc-settings-accounts.php +++ b/includes/admin/settings/class-wc-settings-accounts.php @@ -36,7 +36,7 @@ class WC_Settings_Accounts extends WC_Settings_Page { $erasure_text = sprintf( '%s', esc_url( admin_url( 'tools.php?page=remove_personal_data' ) ), $erasure_text ); } - $tracking_info_text = sprintf( '%s', 'https://woocommerce.com/usage-tracking', esc_html__( 'Read more about what we collect', 'woocommerce' ) ); + $tracking_info_text = sprintf( '%s', 'https://woocommerce.com/usage-tracking', esc_html__( 'WooCommerce.com Usage Tracking Documentation', 'woocommerce' ) ); $settings = apply_filters( 'woocommerce_' . $this->id . '_settings', @@ -244,7 +244,7 @@ class WC_Settings_Accounts extends WC_Settings_Page { 'title' => __( 'Enable tracking', 'woocommerce' ), 'desc' => __( 'Allow usage of WooCommerce to be tracked', 'woocommerce' ), /* Translators: %s URL to tracking info screen. */ - 'desc_tip' => sprintf( esc_html__( 'To opt-out, simply leave this box unchecked. We won’t know this store exists and won’t collect any usage data. %s.', 'woocommerce' ), $tracking_info_text ), + 'desc_tip' => sprintf( esc_html__( 'To opt-out, leave this box unticked. Your store remains untracked, and no data will be collected. Read about what usage data is tracked at: %s.', 'woocommerce' ), $tracking_info_text ), 'id' => 'woocommerce_allow_tracking', 'type' => 'checkbox', 'checkboxgroup' => 'start',