diff --git a/includes/admin/helper/class-wc-helper.php b/includes/admin/helper/class-wc-helper.php index d569de92b5e..e6552f9dd46 100644 --- a/includes/admin/helper/class-wc-helper.php +++ b/includes/admin/helper/class-wc-helper.php @@ -283,7 +283,7 @@ class WC_Helper { $data['_actions'][] = $action; } else { $action = array( - 'message' => sprintf( __( 'To receive updates and support for this extension, you need to purchase a new subscription or be added as a collaborator', 'woocommerce' ), 'https://docs.woocommerce.com/document/adding-collaborators/' ), + 'message' => sprintf( __( 'To receive updates and support for this extension, you need to purchase a new subscription or be added as a collaborator.', 'woocommerce' ), 'https://docs.woocommerce.com/document/adding-collaborators/' ), 'button_label' => __( 'Purchase', 'woocommerce' ), 'button_url' => $data['_product_url'], 'status' => 'expired',