Hi csylvainc,
That string is from WooCommerce, it is available in “lost-password-confirmation” template, Woo Shortcodes Kit is just using a copy of that template with the same text string and the same string domain.
Try using the Loco translate plugin to translate the text string by creating a system translation file.
If after performing this step, you still have the same problem, please let me know.
Regards!
Bonjour,
Merci pour cette réponse rapide mais il ne s’agit pas de la bonne chaine.
J’ai cherché dans tous les templates sans succès pour le moment.
j’ai bien trouvé celle dont vous me parlez mais ce n’est pas la bonne
<p><?php echo apply_filters( 'woocommerce_lost_password_message', __( 'Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.', 'woocommerce' ) ); ?></p>
Je viens de trouver la chaine ce trouve dans form-login.php ligne 99
par contre je n’arrive pas à le surcharger dans mon thème
Hi Csylvainc,
I have fixed the string, you can download the plugin from here and reinstall it on your site.
The change will be available finally in the next WSHK version 2.0.1
Regards!