Browse Source

Fix little typo issue (#716)

* Fix little typo issue

* Generating the final file

Co-authored-by: gaogh2 <gaogh2@lenovo.com>
pull/717/head
GuoHai 5 years ago
committed by GitHub
parent
commit
062706e7af
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      backend/i18n/frontend_en.json
  2. 2
      backend/i18n/source/frontend_en.json

2
backend/i18n/frontend_en.json

@ -311,7 +311,7 @@
"common.queryOperators.exists": "exists",
"common.queryOperators.ge": "is greater than or equals to",
"common.queryOperators.gt": "is greater than",
"common.queryOperators.le": "is less than pr equals to",
"common.queryOperators.le": "is less than or equals to",
"common.queryOperators.lt": "is less than",
"common.queryOperators.matchs": "matchs",
"common.queryOperators.ne": "is not equals to",

2
backend/i18n/source/frontend_en.json

@ -311,7 +311,7 @@
"common.queryOperators.exists": "exists",
"common.queryOperators.ge": "is greater than or equals to",
"common.queryOperators.gt": "is greater than",
"common.queryOperators.le": "is less than pr equals to",
"common.queryOperators.le": "is less than or equals to",
"common.queryOperators.lt": "is less than",
"common.queryOperators.matchs": "matchs",
"common.queryOperators.ne": "is not equals to",

Loading…
Cancel
Save