Skip to content

Commit

Permalink
Correct Spanish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantMangukiya committed May 15, 2023
1 parent 465308e commit 70477ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ export default {
dateShouldBeBefore: ({dateString}) => `La fecha debe ser anterior a ${dateString}.`,
dateShouldBeAfter: ({dateString}) => `La fecha debe ser posterior a ${dateString}.`,
incorrectZipFormat: ({zipFormat}) => `Formato de código postal incorrecto.${zipFormat ? ` Formato aceptable: ${zipFormat}` : ''}`,
hasInvalidCharacter: 'El nombre solo puede incluir letras y números latinos.',
hasInvalidCharacter: 'El nombre solo puede contener números y caracteres latinos.',
},
},
resendValidationForm: {
Expand Down

0 comments on commit 70477ee

Please sign in to comment.