Skip to content

Commit

Permalink
minor language tweak around updates
Browse files Browse the repository at this point in the history
  • Loading branch information
romannurik committed Jun 13, 2016
1 parent eeeb803 commit 7e310a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class MaterialColors {
electron.ipcRenderer.on('update-downloaded', (event, releaseName) => {
$('<div>')
.addClass(this.CLASS_NAMES.updateBanner)
.text(`Install v${releaseName}`)
.text(`Update to v${releaseName}`)
.click(() => electron.ipcRenderer.send('install-update'))
.appendTo('body');
});
Expand Down

0 comments on commit 7e310a6

Please sign in to comment.