Title: translation
Last modified: July 6, 2018

---

# translation

 *  Resolved [litlbitl](https://wordpress.org/support/users/litlbitl/)
 * (@litlbitl)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/translation-906/)
 * How can I translate error message that pops-up when the checkbox is unchecked?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftranslation-906%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/translation-906/#post-10470771)
 * Which error message are you referring to?
 * `A required interest group is missing.`?
 * Let me know.
 * Thank you,
    Kevin.
 *  Thread Starter [litlbitl](https://wordpress.org/support/users/litlbitl/)
 * (@litlbitl)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/translation-906/#post-10470776)
 * Yes, exactly that one. Thanks!
 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/translation-906/#post-10470846)
 * Hello,
 * You’ll need to use a filter to translate this one. Here is the function:
 *     ```
       add_filter( 'yikes-mailchimp-required-interest-group-missing', 'customize_interest_group_missing_message', 10, 3 );
   
       function customize_interest_group_missing_message( $message, $form_id, $missing_fields ) {
       	return 'my translated message';	
       }
       ```
   
 * Replace `my translated message` with your translated message 🙂
 * Let me know if you need any help applying this code.
 * Thank you,
    Kevin.
 *  Thread Starter [litlbitl](https://wordpress.org/support/users/litlbitl/)
 * (@litlbitl)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/translation-906/#post-10470917)
 * Excellent! Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘translation’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yikes-inc-easy-mailchimp-extender_a1c7e5.
   svg)
 * [Easy Forms for Mailchimp](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [litlbitl](https://wordpress.org/support/users/litlbitl/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/translation-906/#post-10470917)
 * Status: resolved