Skip to content

Commit

Permalink
Merge pull request #13076 from ravindra-encoresky/ravindra-encoresky-…
Browse files Browse the repository at this point in the history
…form-refactor-companystep-2

Refactor companystep to use Form -2
  • Loading branch information
sketchydroide authored Nov 29, 2022
2 parents 1397052 + 337fa45 commit 377dbd9
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 151 deletions.
1 change: 1 addition & 0 deletions src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ export default {
addressStreet: 'Please enter a valid street address that is not a PO Box',
addressState: 'Please select a valid state',
incorporationDate: 'Please enter a valid date',
incorporationDateFuture: 'Incorporation date cannot be in the future',
incorporationState: 'Please enter a valid state',
industryCode: 'Please enter a valid industry classification code. Must be 6 digits.',
restrictedBusiness: 'Please confirm company is not on the list of restricted businesses',
Expand Down
1 change: 1 addition & 0 deletions src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ export default {
addressStreet: 'Ingresa una calle de dirección válida que no sea un apartado postal',
addressState: 'Por favor, selecciona un estado',
incorporationDate: 'Ingresa una fecha válida',
incorporationDateFuture: 'La fecha de incorporación no puede ser futura',
incorporationState: 'Ingresa un estado válido',
industryCode: 'Ingresa un código de clasificación de industria válido',
restrictedBusiness: 'Confirma que la empresa no está en la lista de negocios restringidos',
Expand Down
Loading

0 comments on commit 377dbd9

Please sign in to comment.