You should edit a plugin file:
…/wp-content/plugins/store-locator/js/store-locator.js
at the end of the file you will find the word Phone
/* ............................... */
|Program|Phone|Fax|Email|sl_more_html|street2|state|zip|
sl_tags|tags'.split('|'),0,{}))
change it to Téléphone
/* ............................... */
|Program|Téléphone|Fax|Email|sl_more_html|street2|state|zip|
sl_tags|tags'.split('|'),0,{}))
NB: you will loose the customisation when you will update the plugin
Thanks Gaerwn it’s works !
I know I lost the ability to update, I’ve made some changes in this plugin anyway. I blocked the possibility to update.
Thanks again ^^
Another question, do you know if it’s possible to put a tracking code on “addressSubmit” button and retrieve the value of the input “addressInput” (topic here) ?