Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default {
here: 'here',
dob: 'Date of Birth',
ssnLast4: 'Last 4 Digits of SSN',
addressNoPO: 'Address (no P.O. boxes)',
addressNoPO: 'Personal Address (PO Boxes and mail drop addresses are NOT allowed)',
companyAddressNoPO: 'Company Address (PO Boxes and mail drop addresses are NOT allowed)',
city: 'City',
state: 'State',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default {
here: 'aquí',
dob: 'Fecha de Nacimiento',
ssnLast4: 'Últimos 4 dígitos de su SSN',
addressNoPO: 'Dirección (sin Apartado Postal)',
addressNoPO: 'Dirección física personal (no se aceptan apartados ni direcciones postales)',
companyAddressNoPO: 'Dirección física de la empresa (no se aceptan apartados ni direcciones postales)',
city: 'Ciudad',
state: 'Estado',
Expand Down