Title: Missing translation string on modify_fee_html_for_taxes function
Last modified: July 28, 2020

---

# Missing translation string on modify_fee_html_for_taxes function

 *  [Vitor](https://wordpress.org/support/users/mlvitor/)
 * (@mlvitor)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/missing-translation-string-on-modify_fee_html_for_taxes-function/)
 * Hi,
    There is a missing translate string on this function. —— public function
   modify_fee_html_for_taxes( $cart_fee_html, $fees ) {
 *  if ( ‘incl’ === get_option( ‘woocommerce_tax_display_cart’ ) && isset( $fees-
   >tax ) && $fees->tax > 0 && in_array( $fees->name, $this->fees_added, true ) ){
   
   $cart_fee_html .= ‘<small class=”includes_tax”>’ . sprintf( __( ‘(includes %s
   Tax)’, ‘checkout-fees-for-woocommerce’ ), wc_price( $fees->tax ) ) . ‘</small
   >’; // phpcs:ignore } return $cart_fee_html; } —– Regards, Marcio

Viewing 1 replies (of 1 total)

 *  Plugin Support [kenil802](https://wordpress.org/support/users/kenil802/)
 * (@kenil802)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/missing-translation-string-on-modify_fee_html_for_taxes-function/#post-13185094)
 * Hi [@mlvitor](https://wordpress.org/support/users/mlvitor/),
 * I will pass your query to the developer and get back to you once I hear from 
   them.
 * Regards,
    Kenil Shah

Viewing 1 replies (of 1 total)

The topic ‘Missing translation string on modify_fee_html_for_taxes function’ is 
closed to new replies.

 * ![](https://ps.w.org/checkout-fees-for-woocommerce/assets/icon-256x256.jpg?rev
   =2818154)
 * [Payment Gateway Based Fees and Discounts for WooCommerce](https://wordpress.org/plugins/checkout-fees-for-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/checkout-fees-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/checkout-fees-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/checkout-fees-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/checkout-fees-for-woocommerce/reviews/)

## Tags

 * [language](https://wordpress.org/support/topic-tag/language/)

 * 1 reply
 * 2 participants
 * Last reply from: [kenil802](https://wordpress.org/support/users/kenil802/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/missing-translation-string-on-modify_fee_html_for_taxes-function/#post-13185094)
 * Status: not a support question