message for wrong e-mail adress

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
Hi, how can I translate message for wrong e-mail adress (login): "Please enter a valid email address." It is not in localization XML...
9 years ago
Hi,

You can localize this locale in \Scripts\jquery.validate.min.js file. Or you can simply remove the following code from \Views\Customer\Login.cshtml file so it's not "used" by jQuery validate:
@class = "email",
9 years ago
Fixed in the upcoming version 3.50. Please see chnageset 2a0edade4b93
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.