Skip to content

Commit

Permalink
chore(toolbar): relabel "logout" to "close toolbar" (#18893)
Browse files Browse the repository at this point in the history
  • Loading branch information
corywatilo authored Nov 27, 2023
1 parent f71530b commit 1d85df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/toolbar/bar/Toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function MoreMenu(): JSX.Element {
window.open(HELP_URL, '_blank')?.focus()
},
},
{ icon: <IconX />, label: 'Logout', onClick: logout },
{ icon: <IconX />, label: 'Close toolbar', onClick: logout },
].filter(Boolean) as LemonMenuItems
}
maxContentWidth={true}
Expand Down

0 comments on commit 1d85df3

Please sign in to comment.