Inquiry should be Enquiry

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 3 reply threads
  • Author
    Posts
    • #47799
      DJ
      Guest

      please rename the spelling mistake Inquiry to Enquiry for UK users

      http://wcfmmp.wcfmdemos.com/store/wcfm-vendor/

      The word should display “Enquiry” or “Send Enquiry” because visitor is making enquiry to vendor.

    • #47822
      WCFM Forum
      Keymaster

      Hi,

      Please add this code to your child theme’s functions.php for the purpose –

      function wcfm_custom_translate_text( $translated ) {
      	$translated = str_ireplace( 'Inquiry', 'Enquiry', $translated );
      	return $translated;
      }
      add_filter('gettext', 'wcfm_custom_translate_text');
      add_filter('ngettext', 'wcfm_custom_translate_text');

      Thank You

    • #48598
      Daniel
      Participant

      Thanks, I asked the same question and was told to use translation!

      I’ll try the code above.

      Dan

    • #48713
      WCFM Forum
      Keymaster

      Sure, you may use this as well.

Viewing 3 reply threads
  • The topic ‘Inquiry should be Enquiry’ is closed to new replies.