We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3491e commit 161630eCopy full SHA for 161630e
src/json/text.json
@@ -2019,9 +2019,9 @@
2019
"filterConditionNotLike": "Doesn't contain",
2020
"filterConditionEmpty": "Is empty",
2021
"filterConditionNotEmpty": "Is not empty",
2022
- "filterConditionAllIn": "Has all of",
2023
- "filterConditionInArray": "Has any of",
2024
- "filterConditionNotInArray": "Has none of",
+ "filterConditionAllIn": "Contains all",
+ "filterConditionInArray": "Contains any",
+ "filterConditionNotInArray": "Contains none",
2025
2026
"filterOperatorOr": "Or",
2027
"filterOperatorAnd": "And",
0 commit comments