• hi, I’ve translated all the necessary fields with loco translate however while using the basic extension that enables me to add a password set link in the account activation email, and once you reach the page to set and confirm your password, the first field’s label isn’t editable (there is no string, I checked everywhere.

    The exact wording is Set your password and it is nowhere to be found in strings.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Yurii

    (@yuriinalivaiko)

    Hello @nukotsudio

    Do you use the “Ultimate Member – Set Password” extension? Translation for this extension has not been created yet. You can not translate texts in this extension with Loco Translate.

    You can use this code snippet to restore the default label “New Password” that can be translated.

    remove_action( 'template_redirect', 'um_custom_set_password_text' );

    Regards

    Plugin Support andrewshu

    (@andrewshu)

    Hi @nukotsudio

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. 🙂

    Regards

    Thread Starter nukotsudio

    (@nukotsudio)

    Hi, thanks so much for that piece of code, it worked!

    I just realized that after further testing that there is one more string missing. After reaching the set your password page from the email link with the Ultimate Member – Set Password extension, and after setting the password, there is a notification – “Your password has been set. Please login below.”

    Is there by any chance also a piece of PHP code I can add so that this string will be restored to the default translatable string?

    Thanks so much!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Set your password label string missing’ is closed to new replies.