Skip to content

Commit

Permalink
Merge pull request #192 from qdrant/fix-toggle-notifications-tooltip
Browse files Browse the repository at this point in the history
Fix toggle notifications tooltip text
  • Loading branch information
timvisee authored Jul 9, 2024
2 parents 8aad039 + 271fb09 commit 7476817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Notifications.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function Notifications() {
<React.Fragment>
<Tooltip
open={tooltipOpen}
title={'toggleNotifications'}
title="Toggle notifications"
enterDelay={300}
onOpen={() => {
setTooltipOpen(!open);
Expand Down

0 comments on commit 7476817

Please sign in to comment.