Renamed task list item (https://github.com/woocommerce/woocommerce-admin/pull/5190)
This commit renames the task list item "Store wizard" to "Store details" Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
This commit is contained in:
parent
20959e76b4
commit
ce3dab196e
|
@ -97,7 +97,7 @@ export function getAllTasks( {
|
|||
const tasks = [
|
||||
{
|
||||
key: 'store_details',
|
||||
title: __( 'Setup wizard', 'woocommerce-admin' ),
|
||||
title: __( 'Store details', 'woocommerce-admin' ),
|
||||
container: null,
|
||||
onClick: () => {
|
||||
recordEvent( 'tasklist_click', {
|
||||
|
|
Loading…
Reference in New Issue