I'm currently working on a Drupal 11 project where the client wants the validation error messages on the user forms to be a bit more user-friendly, i.e. "Please enter your email address" instead of "Email field is required."
I'm creating both a custom module and theme so the overrides can probably be part of either.
It's probably worth mentioning user entity has the default fields and two custom fields: first name and last name and the client side validation module is also being used.
If someone can please point me in the right direction, either with using hooks or a well-supported module, that would be great.
Thank you!