From 062706e7af82871fe3281d7762568068b141b1be Mon Sep 17 00:00:00 2001 From: GuoHai Date: Mon, 31 May 2021 01:50:45 +0800 Subject: [PATCH] Fix little typo issue (#716) * Fix little typo issue * Generating the final file Co-authored-by: gaogh2 --- backend/i18n/frontend_en.json | 2 +- backend/i18n/source/frontend_en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/i18n/frontend_en.json b/backend/i18n/frontend_en.json index b49c90738..a14b65bf0 100644 --- a/backend/i18n/frontend_en.json +++ b/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", diff --git a/backend/i18n/source/frontend_en.json b/backend/i18n/source/frontend_en.json index b49c90738..a14b65bf0 100644 --- a/backend/i18n/source/frontend_en.json +++ b/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",