Skip to content

Commit 7183936

Browse files
authored
AYS-747 | change validation message (#99)
1 parent 4603fa1 commit 7183936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EmergencyForm/schema/formSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const phoneNumberSchema = z
3636
if (digitsOnly.length !== 12) {
3737
ctx.addIssue({
3838
code: z.ZodIssueCode.custom,
39-
message: 'Telefon numarası 12 haneli olmalıdır',
39+
message: 'Telefon numarası 10 haneli olmalıdır',
4040
})
4141
}
4242
} catch (err) {

0 commit comments

Comments
 (0)