diff --git a/_inc/client/plans/product-selector.jsx b/_inc/client/plans/product-selector.jsx index 45ab4d60802af..cb5ba6f748f0e 100644 --- a/_inc/client/plans/product-selector.jsx +++ b/_inc/client/plans/product-selector.jsx @@ -42,7 +42,7 @@ class ProductSelector extends Component { const purchasedDate = __( 'Purchased on %(purchaseDate)s', { args: { - purchaseDate: moment( purchase.subscribedDate ).format( 'LL' ), + purchaseDate: moment( purchase.subscribed_date ).format( 'LL' ), }, } );