Small typo error in recover.php
-
What a brilliant plugin! Works perfectly with Elementor too. I will write a review separately, once I complete my setup, but in the meantime just thought I’d mention one small cosmetic problem:
When using the [wppb-login] shortcode, the email field has the label ‘Username or Email’. When used in a sidebar or restricted space (such as a login pop-up) it displays as:
Username or
Email
which is fine. However, with the ‘password reset’ shortcode of [wppb-recover-password], the same field has the text ‘Username or E-mail’ which, on a sidebar or pop-up, treats the dash as a hyphen and displays as:
Username or E-
mailThis is from line 120 in recover.php, as follows:
$username_email_label = __( ‘Username or E-mail’, ‘profile-builder’ );I have been manually changing this but of course, every time there is an update, this gets reset. Is there any way that the hyphen can be removed at source? This, as far as I can ascertain, is the only occasion in the plugin where ‘Email’ is presented as ‘E-mail’
Considering this is all I’ve had a problem with so far speaks volumes for the quality of your plugin. Well done!
Many thanks.
- The topic ‘Small typo error in recover.php’ is closed to new replies.