Skip to content

Commit c3080f4

Browse files
committed
fix: show updates, not dismiss
1 parent 41a1ff3 commit c3080f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/updates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function notify(text, addButton = false) {
125125
text,
126126
className: 'dismissable',
127127
buttons: addButton ? {
128-
text: Translation.DISMISS.translate(),
128+
text: 'Show Updates',
129129
className: 'dismiss',
130130
css: buttonCSS,
131131
onclick: open,

0 commit comments

Comments
 (0)