Title: Translate (required)
Last modified: December 14, 2017

---

# Translate (required)

 *  Resolved [KatrineDS](https://wordpress.org/support/users/katrineds/)
 * (@katrineds)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/translate-required/)
 * Hi,
 * I wonder where to translate the (required) added just after the placeholder text?
   It’s only in the field type TEXT it’s added – and obviously only on mandatory
   fields.
 * There is no translation file. Any idea where to look?
 * /Katrine

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

 *  Plugin Author [Saravana Kumar K](https://wordpress.org/support/users/mycholan/)
 * (@mycholan)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/translate-required/#post-9784790)
 * I was going to remove that (as its not really necessary to show that) but forgot.
   anyway I will remove that with my upcoming release, until then please remove 
   that by yourself by editing here.
 * `wp-content/plugins/wc-fields-factory/includes/wcff-builder.php` Line Number :**
   808**
 * Replace the following line
 * `$placeholder = 'placeholder="' . esc_attr($_meta["placeholder"]) . ' (required)"';`
 * with this
 * `$placeholder = 'placeholder="' . esc_attr($_meta["placeholder"]) . '"';`
 * If you are not able to do it, let me know so that I can send you that modified
   file alone.
 *  Thread Starter [KatrineDS](https://wordpress.org/support/users/katrineds/)
 * (@katrineds)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/translate-required/#post-9785552)
 * Hi Saravana,
 * Thank you so much for a quick reply and big help. It’s fixed!
 * Big fan of this plugin! Great work!
 * Have a nice day 🙂
 *  Plugin Author [Saravana Kumar K](https://wordpress.org/support/users/mycholan/)
 * (@mycholan)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/translate-required/#post-9785754)
 * You are welcome.

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

The topic ‘Translate (required)’ is closed to new replies.

 * ![](https://ps.w.org/wc-fields-factory/assets/icon-128x128.jpg?rev=2738843)
 * [WC Fields Factory](https://wordpress.org/plugins/wc-fields-factory/)
 * [Support Threads](https://wordpress.org/support/plugin/wc-fields-factory/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-fields-factory/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-fields-factory/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-fields-factory/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Saravana Kumar K](https://wordpress.org/support/users/mycholan/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/translate-required/#post-9785754)
 * Status: resolved