Skip to content

Commit 5b7afd9

Browse files
committed
fix: update updateRequired state
1 parent 558926c commit 5b7afd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ export async function setUpdateButtonDisplay(
268268
labelHTML = '<p><span class="lds-dual-ring"></span> Updating</p>';
269269

270270
}else if (targetWidgetState == WidgetState.UpdateRequired){
271-
labelHTML = '<p><span class="pending blink">◉</span> Update Error</p>';
271+
labelHTML = '<p><span class="pending blink">◉</span> Update Notebooks</p>';
272272

273273
}else if (targetWidgetState == WidgetState.Error){
274274
labelHTML = '<p><span class="failure blink">◉</span> Update Error</p>';

0 commit comments

Comments
 (0)