Skip to content

Commit bb1e184

Browse files
authored
feat: change string filter description (parse-community#2059)
1 parent c55d3d1 commit bb1e184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Filters.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const Constraints = {
5959
comparable: true
6060
},
6161
stringContainsString: {
62-
name: 'string contains string',
62+
name: 'contains',
6363
field: 'String',
6464
composable: true,
6565
comparable: true

0 commit comments

Comments
 (0)