diff --git a/plugins/woocommerce-admin/TESTING-INSTRUCTIONS.md b/plugins/woocommerce-admin/TESTING-INSTRUCTIONS.md index 302029f70c4..41db86c928f 100644 --- a/plugins/woocommerce-admin/TESTING-INSTRUCTIONS.md +++ b/plugins/woocommerce-admin/TESTING-INSTRUCTIONS.md @@ -2,10 +2,8 @@ ## Unreleased - ### Fix varation bug with Products reports #6647 - 1. Add two variable products. You want to have at least one variable for each product. Product A - color:black @@ -21,6 +19,12 @@ Product B - size:medium In case the report shows "no data", please reimport historical data by following the guide on [here](https://docs.woocommerce.com/document/woocommerce-analytics/#analytics-settings__import-historical-data) +### Update WC Payments plugin copy #6734 + +1. Install WooCommerce with WooCommerce Payments +2. Clone this branch and run npm start (only needed if you are using dev version) +3. Navigate to WooCommerce -> Home and observe the copy change. + ### Check active plugins before getting the PayPal onboarding status #6625 - Go to the WooCommerce home page diff --git a/plugins/woocommerce-admin/client/task-list/tasks.js b/plugins/woocommerce-admin/client/task-list/tasks.js index 8eb9f4d9c85..b0adec83f0f 100644 --- a/plugins/woocommerce-admin/client/task-list/tasks.js +++ b/plugins/woocommerce-admin/client/task-list/tasks.js @@ -150,7 +150,10 @@ export function getAllTasks( { }, { key: 'woocommerce-payments', - title: __( 'Set up WooCommerce Payments', 'woocommerce-admin' ), + title: __( + 'Get paid with WooCommerce Payments', + 'woocommerce-admin' + ), container: , completed: wcPayIsConnected, onClick: async ( e ) => { diff --git a/plugins/woocommerce-admin/readme.txt b/plugins/woocommerce-admin/readme.txt index 2a562e51a98..c0b7f22ee49 100644 --- a/plugins/woocommerce-admin/readme.txt +++ b/plugins/woocommerce-admin/readme.txt @@ -78,6 +78,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt - Fix: Update folded header style #6724 - Fix: Fix unreleated variations showing up in the Products reports #6647 - Tweak: Add tracking data for the preview site btn #6623 +- Tweak: Update WC Payments copy on the task list #6734 - Tweak: Add check to see if value for contains is array, show warning if not. #6645 - Fix: Event tracking for merchant email notes #6616 - Fix: Check active plugins before getting the PayPal onboarding status #6625