We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558926c commit 5b7afd9Copy full SHA for 5b7afd9
1 file changed
src/utils.ts
@@ -268,7 +268,7 @@ export async function setUpdateButtonDisplay(
268
labelHTML = '<p><span class="lds-dual-ring"></span> Updating</p>';
269
270
}else if (targetWidgetState == WidgetState.UpdateRequired){
271
- labelHTML = '<p><span class="pending blink">◉</span> Update Error</p>';
+ labelHTML = '<p><span class="pending blink">◉</span> Update Notebooks</p>';
272
273
}else if (targetWidgetState == WidgetState.Error){
274
labelHTML = '<p><span class="failure blink">◉</span> Update Error</p>';
0 commit comments