diff --git a/nodes/widgets/locales/en-US/ui_gauge.html b/nodes/widgets/locales/en-US/ui_gauge.html
index c5fe84736..c6558d3e4 100644
--- a/nodes/widgets/locales/en-US/ui_gauge.html
+++ b/nodes/widgets/locales/en-US/ui_gauge.html
@@ -12,6 +12,8 @@
Properties
Collection of objects that define the relevant color for a given value
Label list
The title text shown above the gauge
+ Defaults list
+ Reset to default min/max and segments based on the selected gauge type
Properties (Half & 3/4 Gauges Only)
diff --git a/nodes/widgets/locales/en-US/ui_gauge.json b/nodes/widgets/locales/en-US/ui_gauge.json
index 915811336..42d0a2a76 100644
--- a/nodes/widgets/locales/en-US/ui_gauge.json
+++ b/nodes/widgets/locales/en-US/ui_gauge.json
@@ -28,7 +28,8 @@
"styling": "Styling",
"class": "Class",
"units": "Units",
- "icon": "Icon"
+ "icon": "Icon",
+ "defaults": "Defaults"
},
"errors": {
"unique": "All 'from' values must be unique."
diff --git a/nodes/widgets/ui_gauge.html b/nodes/widgets/ui_gauge.html
index 428ae2c7c..b1d680672 100644
--- a/nodes/widgets/ui_gauge.html
+++ b/nodes/widgets/ui_gauge.html
@@ -9,63 +9,75 @@