fix: message

This commit is contained in:
dr.lt.data
2023-09-19 12:43:25 +09:00
parent b69138a389
commit e387dfdc68
2 changed files with 2 additions and 2 deletions

View File

@@ -266,7 +266,7 @@ async function updateAll(update_check_checkbox) {
return false;
}
app.ui.dialog.show('ComfyUI and all extensions are already up-to-date with the latest versions.');
app.ui.dialog.show('ComfyUI and all extensions have been updated to the latest version.');
app.ui.dialog.element.style.zIndex = 9999;
return true;