Best Multi Vendor Marketplace Plugin for WordPress › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Inquiry -> Enquiry
- This topic has 7 replies, 3 voices, and was last updated 6 years, 1 month ago by
WCFM Forum.
- AuthorPosts
- May 7, 2019 at 6:28 am #60988
Martin Slack
GuestHi,
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 - May 9, 2019 at 9:13 am #61333
WCFM Forum
MemberHI,
Sure, we will change that in next update.
Thank You
- May 27, 2019 at 5:09 am #63921
Martin Slack
GuestHi,
I think you forgot at the last update 😉
Cheers,
Martin - May 29, 2019 at 6:55 am #64216
WCFM Forum
MemberHi,
We have already changed this in WCFM last update, 6.1.2
Thank You
- May 29, 2019 at 10:24 am #64273
ing.rapparini
ParticipantI still see Inquiry……
Attachments:
You must be logged in to view attached files. - May 30, 2019 at 7:15 am #64946
ing.rapparini
ParticipantAlso in store carousel…
Attachments:
You must be logged in to view attached files. - May 31, 2019 at 6:53 pm #65229
WCFM Forum
MemberHi,
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
- May 31, 2019 at 6:55 pm #65230
WCFM Forum
MemberWell, both are right. But it various depending upon country. You may check this – https://www.dailywritingtips.com/inquire-vs-enquire/
Thank You
- AuthorPosts
- The topic ‘Inquiry -> Enquiry’ is closed to new replies.