Skip to content

Commit

Permalink
Merge pull request #1052 from nickdengler/en_typos
Browse files Browse the repository at this point in the history
STENCIL-3670 Typos in en file causing tests to fail
  • Loading branch information
nickdengler authored Jul 25, 2017
2 parents 827b579 + 77d2f15 commit 2771e1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -580,10 +580,10 @@
},
"common": {
"name": "You must enter your name.",
"password": "You must enter a password",
"password": "You must enter a password.",
"password_match": "Your passwords do not match.",
"email_address": "Please use a valid email address, such as user@example.com.",
"valid_email": "You must enter a valid email"
"valid_email": "You must enter a valid email."
},
"contact": {
"email_address": "Please use a valid email address, such as user@example.com.",
Expand All @@ -593,7 +593,7 @@
"to_name": "You must enter a valid recipient name.",
"to_email": "You must enter a valid recipient email.",
"from_name": "You must enter your name.",
"from_email": "You must enter a valid email",
"from_email": "You must enter a valid email.",
"cert_theme": "You must select a gift certificate theme.",
"agree_terms": "You must agree to these terms."
},
Expand Down

0 comments on commit 2771e1e

Please sign in to comment.