Skip to content

Commit 9a7350e

Browse files
rueckstiesskangas
authored andcommitted
INT-1576 fix update button (#424)
1 parent c0e6a26 commit 9a7350e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auto-update/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var NotificationUpdateAvailable = View.extend({
2323
template: indexTemplate,
2424
events: {
2525
'click a[data-hook=cancel]': 'cancel',
26-
'click a[data-hook=install-update]': 'installUpdate'
26+
'click a[data-hook=confirm]': 'installUpdate'
2727
},
2828
initialize: function() {
2929
ipc.on('app:checking-for-update', function() {

0 commit comments

Comments
 (0)