Please 'copy and paste' report

Updated description when you 'Get System Report' to specify customers should 'copy and paste' information.
This commit is contained in:
msdesign21 2014-07-18 14:55:14 -06:00
parent 7a4c0f94de
commit 14f5524ffd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="updated woocommerce-message">
<p><?php _e( 'Please include this information when requesting support:', 'woocommerce' ); ?> </p>
<p><?php _e( 'Please copy and paste this information in your ticket when contacting support:', 'woocommerce' ); ?> </p>
<p class="submit"><a href="#" class="button-primary debug-report"><?php _e( 'Get System Report', 'woocommerce' ); ?></a></p>
<div id="debug-report"><textarea readonly="readonly"></textarea></div>
</div>