Skip to content

Commit cf8619d

Browse files
jameseasterdlongley
authored andcommitted
Update name and profile name error messages.
1 parent 57d3b4f commit cf8619d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/ProfileForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
type="text"
88
label="Profile Name"
99
:error="vuelidate.modelValue.profile.name.$error"
10-
error-message="Your profile name must be at least 1 character."
10+
error-message="A profile name is required."
1111
hint="Example: School, Family, Company Inc., etc."
1212
class="q-mb-md"
1313
@blur="vuelidate.modelValue.profile.name.$touch" />

components/RegisterForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
stack-label
1818
color="dark"
1919
:error="vuelidate.name.$error"
20-
error-message="Your name must be at least 1 character."
20+
error-message="A name is required."
2121
label="Name"
2222
autofocus
2323
bottom-slots />

0 commit comments

Comments
 (0)