mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 04:12:23 +01:00
fix: Typo in Cohort operators (#15413)
chaning contain to contains in cohort menu field types
This commit is contained in:
parent
15044be786
commit
b5812d3bc8
@ -206,7 +206,7 @@ export const FIELD_VALUES: Record<FieldOptionsType, FieldValues> = {
|
||||
label: 'does not equal',
|
||||
},
|
||||
[PropertyOperator.IContains]: {
|
||||
label: 'contain',
|
||||
label: 'contains',
|
||||
},
|
||||
[PropertyOperator.NotIContains]: {
|
||||
label: 'does not contain',
|
||||
|
Loading…
Reference in New Issue
Block a user