Title: Editing Strings
Last modified: May 8, 2023

---

# Editing Strings

 *  Resolved [stanleyuroy11](https://wordpress.org/support/users/stanleyuroy11/)
 * (@stanleyuroy11)
 * [3 years ago](https://wordpress.org/support/topic/editing-strings/)
 * Hi,
 * I am wondering if I can be able to edit the strings without any coding knowledge
   required. I would love to change every string with the words “Submit Job”, “Company
   Details”, CV, “View Jobs” “Jobs Dashboard”, “Submit Resume” etc to match the 
   industry I am in. So I could have something; “Submit A Gig”, Change all the words
   relating to Job to become Gigs. Change company details to “Enterprise Details”,
   Change Job Type to “Gig Type”, change submit Resume to “Submit Application”, –
   these are simply examples.
 * Thank you in advance
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fediting-strings%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [hastibe](https://wordpress.org/support/users/hastibe/)
 * (@hastibe)
 * [3 years ago](https://wordpress.org/support/topic/editing-strings/#post-16730797)
 * Yes, there is a really helpful [code snippet](https://wpjobmanager.com/document/wpjm-core-snippets/)
   for this in their documentation (included snippet below). You can add additional`
   $translated` lines to the snippet, as below, to translate multiple strings, and
   you would add this code snippet to your child theme’s functions.php file or (
   if you prefer or don’t have a child theme) use the [Code Snippets](https://wordpress.org/plugins/code-snippets/)
   plugin:
 * `add_filter('gettext', 'translate_text');
   functiontranslate_text($translated){
   $translated = str_ireplace('Submit Jobs', 'Submit a Gig', $translated);$translated
   = str_ireplace('Company Details', 'Enterprise Details', $translated);return $
   translated;}
 *  Plugin Contributor [Stef (a11n)](https://wordpress.org/support/users/erania-pinnera/)
 * (@erania-pinnera)
 * [3 years ago](https://wordpress.org/support/topic/editing-strings/#post-16737564)
 * Hey, [@stanleyuroy11](https://wordpress.org/support/users/stanleyuroy11/) ! 
   
   I noticed [@hastibe](https://wordpress.org/support/users/hastibe/) was able to
   answer your questions correctly. Thanks [@hastibe](https://wordpress.org/support/users/hastibe/)!
   🙏 .
 * If you have any other questions, [@stanleyuroy11](https://wordpress.org/support/users/stanleyuroy11/),
   please let us know!
 *  [tomwallen](https://wordpress.org/support/users/tomwallen/)
 * (@tomwallen)
 * [3 years ago](https://wordpress.org/support/topic/editing-strings/#post-16759264)
 * Hi, i have the same problem and tried the code snippet but didnt work (i may 
   did it wrong?)
 * i want to replace the SPAN “All Regions” in this page [https://aube-interim.com/offres-emploi](https://aube-interim.com/offres-emploi/)
 * Could you guys help me ? thank you!
 *  Plugin Contributor [Stef (a11n)](https://wordpress.org/support/users/erania-pinnera/)
 * (@erania-pinnera)
 * [3 years ago](https://wordpress.org/support/topic/editing-strings/#post-16772760)
 * Hello [@tomwallen](https://wordpress.org/support/users/tomwallen/),
 * Have you tried using the snippet linked above and replacing the `Submit Jobs','
   Submit a Gig'` and `'Company Details', 'Enterprise Details'`bits with `All Regions`
   and whatever you want to display instead?
 * Let us know if it works!
 *  [tomwallen](https://wordpress.org/support/users/tomwallen/)
 * (@tomwallen)
 * [3 years ago](https://wordpress.org/support/topic/editing-strings/#post-16773803)
 * Hi [@erania-pinnera](https://wordpress.org/support/users/erania-pinnera/), thanks
   for the fast reply !
 * yep i tried this snippet in the child theme folder in functions.php > [https://ibb.co/fQWcK31](https://ibb.co/fQWcK31)
   
   But it returns a critical error. May i write it in a bad way?
 * Thank you!
 *  Plugin Support [lastsplash (a11n)](https://wordpress.org/support/users/lastsplash/)
 * (@lastsplash)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/editing-strings/#post-16780252)
 * Hi [@tomwallen](https://wordpress.org/support/users/tomwallen/) –
 * It looks like there is actually a syntax error in the snippet shared above:
 * `functiontranslate_text($translated)`
 * it should instead read:
 * `function translate_text($translated)`
 * Once you make that adjustment, the critical error should go away.
 *  [tomwallen](https://wordpress.org/support/users/tomwallen/)
 * (@tomwallen)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/editing-strings/#post-16780978)
 * Hi [@lastsplash](https://wordpress.org/support/users/lastsplash/)
 * Oh yes, this… 
   Seems to work perfectly fine now! Thank you a lot !
 *  Plugin Support [Alin (a11n)](https://wordpress.org/support/users/alinclamba/)
 * (@alinclamba)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/editing-strings/#post-16794248)
 * Hi [@tomwallen](https://wordpress.org/support/users/tomwallen/),
 * > Seems to work perfectly fine now! Thank you a lot!
 * That’s great! Happy we could help! I’ll go ahead and mark this thread as resolved.
   Should you have any further inquiries or concerns, please don’t hesitate to open
   a new thread.

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

The topic ‘Editing Strings’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

 * 9 replies
 * 6 participants
 * Last reply from: [Alin (a11n)](https://wordpress.org/support/users/alinclamba/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/editing-strings/#post-16794248)
 * Status: resolved