Updates to usage tracking text per feedback.
This commit is contained in:
parent
72b9555706
commit
886d1acca5
|
@ -36,7 +36,7 @@ class WC_Settings_Accounts extends WC_Settings_Page {
|
|||
$erasure_text = sprintf( '<a href="%s">%s</a>', esc_url( admin_url( 'tools.php?page=remove_personal_data' ) ), $erasure_text );
|
||||
}
|
||||
|
||||
$tracking_info_text = sprintf( '<a href="%s" target="_blank">%s</a>', 'https://woocommerce.com/usage-tracking', esc_html__( 'Read more about what we collect', 'woocommerce' ) );
|
||||
$tracking_info_text = sprintf( '<a href="%s" target="_blank">%s</a>', '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',
|
||||
|
|
Loading…
Reference in New Issue