This commit is contained in:
Nicola Mustone 2015-01-12 12:31:42 +01:00
parent a8c66de310
commit f00cd875f1
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class WC_Meta_Box_Webhook_Data {
woocommerce_wp_text_input( array(
'id' => 'secret',
'label' => __( 'Secret', 'woocommerce' ),
'description' => __( 'The a Secret Key is used to generate a hash of the delivered webhook and provided in the request headers. This will default to the current API user\'s consumer secret if not provided.', 'woocommerce' ),
'description' => __( 'The Secret Key is used to generate a hash of the delivered webhook and provided in the request headers. This will default to the current API user\'s consumer secret if not provided.', 'woocommerce' ),
'desc_tip' => true,
'value' => $webhook->get_secret()
) );