diff --git a/frontend/public/components-metadata.json b/frontend/public/components-metadata.json
index c69842fc..b58b52d5 100644
--- a/frontend/public/components-metadata.json
+++ b/frontend/public/components-metadata.json
@@ -575,7 +575,7 @@
"tagName": "wokwi-signal-generator",
"name": "Regulated Power Supply",
"category": "analog",
- "description": "Bench DC/AC power supply with optional current limit. DC mode for fixed rails; AC mode for sine. Verifier enforces the current limit per instance."
+ "description": "Bench DC/AC power supply with optional current limit. DC mode for fixed rails (5V, 12V, etc.); AC mode for sine sources. Visually shares the signal-generator chassis so no new Web Component is needed. The current limit is enforced by the circuit verifier — if any load pulls more than the configured amperage, Run is blocked with a 'source-overload' warning, mimicking a real bench supply's foldback behavior."
},
{
"thumbnail": "",
diff --git a/scripts/component-overrides.json b/scripts/component-overrides.json
index 243b24ae..5dfc5466 100644
--- a/scripts/component-overrides.json
+++ b/scripts/component-overrides.json
@@ -1049,6 +1049,7 @@
"tagName": "wokwi-signal-generator",
"name": "Regulated Power Supply",
"category": "analog",
+ "thumbnail": "",
"description": "Bench DC/AC power supply with optional current limit. DC mode for fixed rails (5V, 12V, etc.); AC mode for sine sources. Visually shares the signal-generator chassis so no new Web Component is needed. The current limit is enforced by the circuit verifier — if any load pulls more than the configured amperage, Run is blocked with a 'source-overload' warning, mimicking a real bench supply's foldback behavior.",
"properties": [
{