Skip to content

Commit d19d96f

Browse files
author
Cedric Dugas
committed
Merge pull request posabsolute#256 from christian-candido/master
Fixed typo and trailing comma
2 parents f1ebe4f + 3a1eded commit d19d96f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/languages/jquery.validationEngine-pt_BR.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
$.validationEngineLanguage.allRules = {
66
"required": {
77
"regex": "none",
8-
"alertText": "* Este campo é obirgatório",
8+
"alertText": "* Este campo é obrigatório",
99
"alertTextCheckboxMultiple": "* Favor selecionar uma opção",
1010
"alertTextCheckboxe": "* Este checkbox é obrigatório",
1111
"alertTextDateRange": "* Ambas as datas do intervalo são obrigatórias"
@@ -110,7 +110,7 @@
110110
// Brazilian (Real - R$) money format
111111
"regex": /^([1-9]{1}[\d]{0,2}(\.[\d]{3})*(\,[\d]{0,2})?|[1-9]{1}[\d]{0,}(\,[\d]{0,2})?|0(\,[\d]{0,2})?|(\,[\d]{1,2})?)$/,
112112
"alertText": "* Número decimal inválido"
113-
},
113+
}
114114
};
115115

116116
}

0 commit comments

Comments
 (0)