Helper: Add missing period at the end of a sentence.

This commit is contained in:
Konstantin Kovshenin 2017-06-22 11:28:28 +03:00
parent 74da37890f
commit 4cb1c8f7ce
1 changed files with 1 additions and 1 deletions

View File

@ -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 <strong>purchase</strong> a new subscription or <a href="%1$s" target="_blank">be added as a collaborator</a>', 'woocommerce' ), 'https://docs.woocommerce.com/document/adding-collaborators/' ),
'message' => sprintf( __( 'To receive updates and support for this extension, you need to <strong>purchase</strong> a new subscription or <a href="%1$s" target="_blank">be added as a collaborator</a>.', 'woocommerce' ), 'https://docs.woocommerce.com/document/adding-collaborators/' ),
'button_label' => __( 'Purchase', 'woocommerce' ),
'button_url' => $data['_product_url'],
'status' => 'expired',