Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Mirza Hamza

    (@hamza1010)

    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

    Plugin Support Mirza Hamza

    (@hamza1010)

    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.

    Plugin Support Mirza Hamza

    (@hamza1010)

    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

    Plugin Support Mirza Hamza

    (@hamza1010)

    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

    Thread Starter erisal

    (@erisal)

    Hi,
    it’s perfect.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Language issue’ is closed to new replies.