Use understrap text domain instead of woocommerce.

This commit is contained in:
Jason King 2017-06-29 22:25:39 +09:30 committed by GitHub
parent 6d429df698
commit 7adab6b701
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ do_action( 'woocommerce_before_cart' ); ?>
// Backorder notification
if ( $_product->backorders_require_notification() && $_product->is_on_backorder( $cart_item['quantity'] ) ) {
echo '<p class="backorder_notification">' . esc_html__( 'Available on backorder', 'woocommerce' ) . '</p>';
echo '<p class="backorder_notification">' . esc_html__( 'Available on backorder', 'understrap' ) . '</p>';
}
?>
</td>