Skip to content

Commit

Permalink
fix(mpi): fix registro extranjeros (#1750)
Browse files Browse the repository at this point in the history
  • Loading branch information
negro89 committed Aug 30, 2022
1 parent eb58494 commit 3e2cc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/constantes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const ESTADO = {
export const IDENTIFICACION = {
type: String,
required: false,
enum: ['documentoExtranjero', 'pasaporte', null]
enum: ['dni extranjero', 'pasaporte', null]
};

export const CONTACTO = {
Expand Down

0 comments on commit 3e2cc2f

Please sign in to comment.