diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js
index 34e786c6..24025c7d 100644
--- a/js/comfyui-manager.js
+++ b/js/comfyui-manager.js
@@ -64,7 +64,7 @@ async function install_custom_node(target, caller, mode) {
}
finally {
await caller.invalidateControl();
- caller.updateMessage('
To apply the installed custom node, please restart ComfyUI.');
+ caller.updateMessage('
To apply the installed/disabled/enabled custom node, please restart ComfyUI.');
}
}
}