Skip to content

Commit

Permalink
correct a spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
luyuhuang committed Nov 13, 2021
1 parent 23c7280 commit 564cfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function checkUpdate(slience) {
if (compareVersions(version, app.getVersion()) > 0) {
const {response, checkboxChecked} = await dialog.showMessageBox(getMainWin(), {
type: 'info',
message: `New version ${version} valuable`,
message: `New version ${version} available`,
detail: note,
checkboxLabel: 'Ignore this version',
checkboxChecked: ignored,
Expand Down

0 comments on commit 564cfd5

Please sign in to comment.