Skip to content

Commit

Permalink
changing aria label for... Reasons.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikesGlitch committed Dec 3, 2023
1 parent 1202f86 commit 8b353b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-client/src/components/Titlebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function PrivacyButton({ style }) {
return (
<Button
type="bare"
aria-label="Toggle Privacy Filter"
aria-label="Toggle Privacy"
onClick={() => savePrefs({ isPrivacyEnabled: !isPrivacyEnabled })}
style={style}
>
Expand Down

0 comments on commit 8b353b4

Please sign in to comment.