Add message to description about erasing personal data.
This commit is contained in:
parent
e6e03858a0
commit
245266f0d4
|
@ -238,7 +238,7 @@ class WC_Tests_REST_System_Status extends WC_REST_Unit_Test_Case {
|
|||
'id' => 'reset_tracking',
|
||||
'name' => 'Reset usage tracking',
|
||||
'action' => 'Reset',
|
||||
'description' => 'This will reset your usage tracking settings, causing it to show the opt-in banner again and not sending any data.',
|
||||
'description' => '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.',
|
||||
'_links' => array(
|
||||
'item' => array(
|
||||
array(
|
||||
|
|
Loading…
Reference in New Issue