Skip to content

Commit

Permalink
fix: session replay naming (#19081)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Dec 5, 2023
1 parent 9bc9d55 commit 22e1ac1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ type NotebookNodeRecordingAttributes = {

export const NotebookNodeRecording = createPostHogWidgetNode<NotebookNodeRecordingAttributes>({
nodeType: NotebookNodeType.Recording,
titlePlaceholder: 'Session replay',
titlePlaceholder: 'Session recording',
Component,
heightEstimate: HEIGHT,
minHeight: MIN_HEIGHT,
Expand Down

0 comments on commit 22e1ac1

Please sign in to comment.