Add a refund reason help bubble

This commit is contained in:
corsonr 2016-05-13 18:15:35 +02:00
parent 141dd2e7ef
commit ca040a3d1f
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ if ( wc_tax_enabled() ) {
</td>
</tr>
<tr>
<td class="label"><label for="refund_reason"><?php _e( 'Reason for refund (optional)', 'woocommerce' ); ?>:</label></td>
<td class="label"><label for="refund_reason"><span class="woocommerce-help-tip" data-tip="<?php _e( 'Note: the refund reason will be visible by the customer.', 'woocommerce' ); ?>"></span><?php _e( 'Reason for refund (optional)', 'woocommerce' ); ?>:</label></td>
<td class="total">
<input type="text" class="text" id="refund_reason" name="refund_reason" />
<div class="clear"></div>