Replacing String Not Working
-
This plugin was recommended from this post. I guess I’m not completely understanding the purpose of this plugin, as I cannot replace a simple string.
Within the user.php file, I need to override this:
/* translators: %s: email address */ __( '<strong>ERROR</strong>: The password you entered for the email address %s is incorrect.' ),
to say this:
ERROR: Your email and password did not match. Please try again.Pretty simple, right?
Here are my settings:
Original string:
The password you entered for the email address %s is incorrect.Text domain
Don’t see oneText context:
I did put the full web domain hereReplacement string:
Your email and password did not match. Please try again.Thank you.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Replacing String Not Working’ is closed to new replies.