• Resolved sinnapseweb

    (@sinnapseweb)


    We are using the shortcode ** passwordreseturllink ** no email in which the user receives, so we import new users into our wordpress. The email arrives correct and the link to click is also working. But I need to translate the phrase “Password Reset Link” I can’t find how to do that.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Javier Carazo

    (@carazo)

    You can use better the **passwordreseturl** and create your own link with your own strings.

    Thread Starter sinnapseweb

    (@sinnapseweb)

    But is there any way to translate “Password Reset Link” that arrives in the email? Without having to create another link that involves more complex programs?

    The link works for me. I just need to translate a sentence.

    Plugin Author Javier Carazo

    (@carazo)

    Look for this string in your po/mo files, the link is localized:
    wp_sprintf( '<a href="%s">%s</a>', $woocommerce_password_reset_url, __( 'Password reset link', 'import-users-from-csv-with-meta' ) )

    Plugin Author Javier Carazo

    (@carazo)

    This one is the correct one, the other is for WooCommerce addon:
    $passwordreseturllink = wp_sprintf( '<a href="%s">%s</a>', $passwordreseturl, __( 'Password reset link', 'import-users-from-csv-with-meta' ) );

    The string is the same anyway.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘**passwordreseturllink**’ is closed to new replies.