Skip to content

Commit

Permalink
fix: typo update dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Mar 21, 2024
1 parent 5eb71a4 commit edf0357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Window.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.then(async (result) => {
console.debug("Update Check Result", result);
if (result && result.available) {
if (!await ask("An launcher update is available. Do you want to install it now?", "LiquidLaunher")) {
if (!await ask("An launcher update is available. Do you want to install it now?", "LiquidLauncher")) {
return;
}
Expand Down

0 comments on commit edf0357

Please sign in to comment.