Skip to content

Commit

Permalink
update error messages for mailing address (#30330)
Browse files Browse the repository at this point in the history
  • Loading branch information
pennja authored Jun 13, 2024
1 parent 743cdbc commit bf2e966
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/applications/simple-forms/21-4138/pages/mailingAddress.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ export const mailingAddressPage = {
},
omit: ['street3'],
required: true,
city: {
'ui:errorMessages': {
required: 'Select a post office type: APO, FPO, or DPO',
},
},
state: {
'ui:errorMessages': {
required: 'Please enter a valid State, Province, or Region',
},
},
}),
},
schema: {
Expand Down

0 comments on commit bf2e966

Please sign in to comment.