When vee validate selects an invalid field, it throws an error using the field name, for example.
The address_line_1 field is required.
Is it possible to use a field label or some other attribute in the error message, since the field names are not always user-friendly.
source
share