Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Fix wording in the client update message
Browse files Browse the repository at this point in the history
  • Loading branch information
LegendaryLinux committed Feb 28, 2022
1 parent 9a38d87 commit c780e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ ipcMain.handle('clientUpdatePrompt', async (event, tag) => {
const versionUpdate = await dialog.showMessageBox(null, {
type: 'info',
title: 'A Client Update is Available',
message: 'A version of the Super Nintendo Client is available. It is recommended to upgrade, as outdated ' +
message: 'A version of the Z5Client is available. It is recommended to upgrade, as outdated ' +
'versions may contain bugs or be incompatible with new Archipelago features.',
buttons: ['Do not update', 'Open downloads page'],
});
Expand Down

0 comments on commit c780e68

Please sign in to comment.