Skip to content

Commit

Permalink
dev: fix to validate json
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyDatatables committed Oct 1, 2020
1 parent bc78608 commit b7d6c16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions i18n/English.lang
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"equals": "Equals",
"not": "Not",
"notBetween": "Not Between",
"notEmpty": "Not Empty",
"notEmpty": "Not Empty"
},
"moment": {
"after": "After",
Expand All @@ -82,7 +82,7 @@
"equals": "Equals",
"not": "Not",
"notBetween": "Not Between",
"notEmpty": "Not Empty",
"notEmpty": "Not Empty"
},
"number": {
"between": "Between",
Expand All @@ -94,7 +94,7 @@
"lte": "Less Than Equal To",
"not": "Not",
"notBetween": "Not Between",
"notEmpty": "Not Empty",
"notEmpty": "Not Empty"
},
"string": {
"contains": "Contains",
Expand All @@ -103,7 +103,7 @@
"equals": "Equals",
"not": "Not",
"notEmpty": "Not Empty",
"startsWith": "Starts With",
"startsWith": "Starts With"
}
},
"data": "Data",
Expand Down

0 comments on commit b7d6c16

Please sign in to comment.