Skip to content

Commit

Permalink
Add There was a problem prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcohen committed Dec 12, 2024
1 parent d9b458a commit e7cc403
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,27 +149,29 @@ export const EDD_FORM_FIELD_COPY = {
helperText:
"Your request will be delivered to the email address you enter above.",
invalidText:
"Enter a valid email address. Your request will be delivered to the email address you enter above.",
"There was a problem. Enter a valid email address. Your request will be delivered to the email address you enter above.",
},
startPage: {
label: "Starting page number",
placeholder: "Example: 1",
helperText: "Enter the first page you would like scanned.",
invalidText: "Enter a page number. You may request a maximum of 50 pages.",
invalidText:
"There was a problem. Enter a page number. You may request a maximum of 50 pages.",
},
endPage: {
label: "Ending page number",
placeholder: "Example: 20",
helperText: "Enter the last page you would like scanned.",
invalidText: "Enter a page number. You may request a maximum of 50 pages.",
invalidText:
"There was a problem. Enter a page number. You may request a maximum of 50 pages.",
},
chapterTitle: {
label: "Chapter or article title",
placeholder: "Example: Chapter 1",
helperText:
"Enter the name/number of the chapter or article you would like scanned.",
invalidText:
"Indicate the title of the chapter or article you are requesting.",
"There was a problem. Indicate the title of the chapter or article you are requesting.",
},
author: {
label: "Author",
Expand Down

0 comments on commit e7cc403

Please sign in to comment.