Hi @erisal,
Thanks for contacting us,
I hope you are doing well, Can you please tell me which plugin you are using for translation?
Thanks & Regards
WP Experts Support Team
Thread Starter
erisal
(@erisal)
Hi, I don’t use any plugin for the translation, only your language files available in the Localization folder: new-user-approve-fr_FR.mo and new-user-approve-fr_FR.po
Hi @erisal,
If you want to change the welcome message so you can add this code to theme -> function.php.
add_action('login_message', 'nua_change_registration_message');
function nua_change_registration_message($message) {
return '<p class="message register">Welcome to this site. Please log in to continue.</p>';
}
Thanks
Thread Starter
erisal
(@erisal)
I prefer you fix the bug. This issue exists for each messages.
Hi @erisal,
We have forwarded your query to our technical team, we will get back to you once we get a response from them.
Thanks
Hi @erisal,
Thank you for pointing out the issue, we will update the language files in one of our upcoming updates, most probably in version 2.7
Thanks