• Resolved madmax4ever

    (@madmax4ever)


    Hello,

    The text domain value is missing in the following call:

    __('Specify the format in which variable product prices are displayed. Only for wholesale customers.')

    it should be:

    __('Specify the format in which variable product prices are displayed. Only for wholesale customers.', 'woocommerce-wholesale-prices')

    Could you modify that please?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter madmax4ever

    (@madmax4ever)

    Same problem on line 336:

    __('Make this blank to use the default price suffix. You can also use prices substituted here using one of the following {price_including_tax} and {price_excluding_tax}.')

    should be as in line 328:

    __('Make this blank to use the default price suffix. You can also use prices substituted here using one of the following {price_including_tax} and {price_excluding_tax}.', 'woocommerce-wholesale-prices')

    Plugin Support Fauzan Azizie

    (@fauzanade)

    Hi @madmax4ever,

    I’ll escalate this to our dev team to fix it. Thanks for raising this! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing text domain in internationalization call’ is closed to new replies.