Inquiry -> 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 7 reply threads
  • Author
    Posts
    • #60988
      Martin Slack
      Guest

      Hi,
      Just a small thing.
      At the next update, could you change the “Inquiry” button on the Store Page to read “Enquiry”. This is the correct English.
      Thanks.
      Martin

    • #61333
      WCFM Forum
      Keymaster

      HI,

      Sure, we will change that in next update.

      Thank You

    • #63921
      Martin Slack
      Guest

      Hi,
      I think you forgot at the last update 😉
      Cheers,
      Martin

    • #64216
      WCFM Forum
      Keymaster

      Hi,

      We have already changed this in WCFM last update, 6.1.2

      Thank You

    • #64273
      ing.rapparini
      Participant

      I still see Inquiry……

      Attachments:
      You must be logged in to view attached files.
    • #64946
      ing.rapparini
      Participant

      Also in store carousel…

      Attachments:
      You must be logged in to view attached files.
    • #65229
      WCFM Forum
      Keymaster

      Hi,

      Please add this code to your site, it will change all “Inquiry” to “Enquiry” –

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

      Thank You

    • #65230
      WCFM Forum
      Keymaster

      Well, both are right. But it various depending upon country. You may check this – https://www.dailywritingtips.com/inquire-vs-enquire/

      Thank You

Viewing 7 reply threads
  • The topic ‘Inquiry -> Enquiry’ is closed to new replies.