From 067a79c336a54f9368a945366adde23e7f347627 Mon Sep 17 00:00:00 2001 From: Andrew Minion Date: Thu, 23 Aug 2018 14:37:54 -0400 Subject: [PATCH] fix typo --- includes/api/class-wc-rest-customers-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/class-wc-rest-customers-controller.php b/includes/api/class-wc-rest-customers-controller.php index 33e4f098a4e..b75d8e02a82 100644 --- a/includes/api/class-wc-rest-customers-controller.php +++ b/includes/api/class-wc-rest-customers-controller.php @@ -133,7 +133,7 @@ class WC_REST_Customers_Controller extends WC_REST_Customers_V1_Controller { 'readonly' => true, ), 'date_created_gmt' => array( - 'description' => __( 'The date the order was created, as GMT.', 'woocommerce' ), + 'description' => __( 'The date the customer was created, as GMT.', 'woocommerce' ), 'type' => 'date-time', 'context' => array( 'view', 'edit' ), 'readonly' => true,