Skip to content

Commit

Permalink
fix: maxLength text
Browse files Browse the repository at this point in the history
  • Loading branch information
yee94 committed Apr 13, 2021
1 parent 6c5b583 commit 593ed92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/pt-pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default {
min: '%s não pode ser menor que %s',
max: '%s não pode ser maior que %s',
minLength: '%s deve ter pelo menos %s caracteres',
maxLength: '%s não pode ter mais do que %s',
maxLength: '%s não pode ter mais do que %s caracteres',
},
string: {
length: '%s deve ter exatamente %s caracteres',
Expand Down

0 comments on commit 593ed92

Please sign in to comment.