Skip to content

Commit

Permalink
Fix toggle notifications tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Jun 28, 2024
1 parent 8aad039 commit 271fb09
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 271fb09

Please sign in to comment.