Skip to content

Commit

Permalink
fix: Use sentence case for "Session properties" (#21897)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Apr 29, 2024
1 parent 5c5464e commit 8ff4531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ export const taxonomicFilterLogic = kea<taxonomicFilterLogicType>([
getPopoverHeader: () => 'Notebooks',
},
{
name: 'Session Properties',
name: 'Session properties',
searchPlaceholder: 'sessions',
type: TaxonomicFilterGroupType.SessionProperties,
options: featureFlags[FEATURE_FLAGS.SESSION_TABLE_PROPERTY_FILTERS]
Expand Down

0 comments on commit 8ff4531

Please sign in to comment.