Skip to content

Commit

Permalink
adjust one error text
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Jul 5, 2024
1 parent 0b00a76 commit 3faf2b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export default function ContactForm({ formikConfig, onSuccess }: FormProps) {
.email(
"Enter an email address in the correct format, like [email protected]",
)
.required("Enter a help email address"),
helpPhone: Yup.string().required("Enter a help phone number"),
.required("Enter a contact email address"),
helpPhone: Yup.string().required("Enter a phone number"),
helpOpeningHours: Yup.string().required("Enter your opening hours"),
homepage: Yup.string()
.url(
Expand Down

0 comments on commit 3faf2b5

Please sign in to comment.