Update copy with plugins page link

Closes #16496
This commit is contained in:
Mike Jolley 2017-08-21 11:53:34 +01:00
parent 0742b8a2e5
commit c6ca8a6024
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<div class="subscriptions-header">
<h2><?php _e( 'Subscriptions', 'woocommerce' ); ?></h2>
<?php include( WC_Helper::get_view_filename( 'html-section-account.php' ) ); ?>
<p><?php _e( 'Below is a list of products available on your WooCommerce.com account. To receive plugin updates please make sure the product is installed, activated and connected to your WooCommerce.com account.', 'woocommerce' ); ?></p>
<p><?php printf( __( 'Below is a list of products available on your WooCommerce.com account. To receive plugin updates please make sure the product is installed, activated and connected to your WooCommerce.com account. Extensions can be activated from the <a href="%s">Plugins</a> screen.', 'woocommerce' ), admin_url( 'plugins.php' ) ); ?></p>
</div>
<table class="wp-list-table widefat fixed striped">