Skip to content

Commit

Permalink
Merge pull request #12907 from caldav/patch-3
Browse files Browse the repository at this point in the history
Fix typo on /account/checkout
  • Loading branch information
minkyngkm committed Jun 1, 2023
2 parents 9afcda5 + 8e56d43 commit 5f1af41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const ConfirmAndBuy = ({ product, action }: Props) => {
name="captchaValue"
validate={() => {
if (!window.captcha) {
return "Captch field is required.";
return "Captcha field is required.";
}
return;
}}
Expand Down

0 comments on commit 5f1af41

Please sign in to comment.