Revert "Update the actual message and not just the test :)"
This reverts commit 9607fbcdd8
.
This commit is contained in:
parent
9607fbcdd8
commit
96d84b2813
|
@ -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' ),
|
||||
|
|
Loading…
Reference in New Issue