Skip to content

Commit

Permalink
Update src/renderer/components/Settings.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated authored Oct 22, 2023
1 parent 495ae8d commit 87e5606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function SettingsUi() {
"Open Links in app (experimental)",
"Opens links in a new Vesktop window instead of your web browser"
],
["checkUpdates", "Check for updates", "Automatically check for updates", true]
["checkUpdates", "Check for updates", "Automatically check for Vesktop updates", true]
];

const switches = allSwitches.filter(isTruthy);
Expand Down

0 comments on commit 87e5606

Please sign in to comment.