Skip to content

Commit

Permalink
Update messages_pt_BR.js. Closes gh-782
Browse files Browse the repository at this point in the history
  • Loading branch information
Sérgio Rafael Siqueira authored and jzaefferer committed Jun 25, 2013
1 parent b033a1f commit 4bf813b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/localization/messages_pt_BR.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
$.extend($.validator.messages, {
required: "Este campo é requerido.",
remote: "Por favor, corrija este campo.",
email: "Por favor, forneça um endereço eletrônico válido.",
email: "Por favor, forneça um endereço de email válido.",
url: "Por favor, forneça uma URL válida.",
date: "Por favor, forneça uma data válida.",
dateISO: "Por favor, forneça uma data válida (ISO).",
Expand All @@ -23,4 +23,4 @@
max: $.validator.format("Por favor, forneça um valor menor ou igual a {0}."),
min: $.validator.format("Por favor, forneça um valor maior ou igual a {0}.")
});
}(jQuery));
}(jQuery));

0 comments on commit 4bf813b

Please sign in to comment.