Rename coupons to discounts in order summary

This commit is contained in:
David Levin 2019-12-19 08:00:21 -08:00
parent 8c62fc72a6
commit 7ecae84d99
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ if ( wc_tax_enabled() ) {
<?php?>
<?php if ( 0 < $order->get_total_discount() ) : ?>
<tr>
<td class="label"><?php esc_html_e( 'Coupons:', 'woocommerce' ); ?></td>
<td class="label"><?php esc_html_e( 'Discounts:', 'woocommerce' ); ?></td>
<td width="1%"></td>
<td class="total">
<?php echo wc_price( $order->get_total_discount(), array( 'currency' => $order->get_currency() ) ); // WPCS: XSS ok. ?>