Missing text domain in internationalization call
-
Line 404 of Edit-Coupon.php, is:
'label' => __( 'Redirect To URL' ),
It should be:
'label' => __( 'Redirect To URL', 'advanced-coupons-for-woocommerce-free' ),
Could you please correct that?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Missing text domain in internationalization call’ is closed to new replies.