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",