Skip to content

Commit

Permalink
Form Upload, change Zip code to Postal code in field (#34045)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrillberg authored Jan 13, 2025
1 parent bb5e0b5 commit 753c78b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const nameAndZipCodePage = {
fullName: firstNameLastNameNoSuffixUI(),
address: addressUI({
labels: {
postalCode: 'Zip code',
postalCode: 'Postal code',
},
omit: [
'country',
Expand Down

0 comments on commit 753c78b

Please sign in to comment.