summaryrefslogtreecommitdiffstats
path: root/install/ui/field.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/field.js')
-rw-r--r--install/ui/field.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/field.js b/install/ui/field.js
index 41861c0bb..8e2d116c0 100644
--- a/install/ui/field.js
+++ b/install/ui/field.js
@@ -350,7 +350,7 @@ IPA.field = function(spec) {
if (that.widget) {
if (that.label) that.widget.label = that.label;
- if (that.title) that.widget.title = that.title;
+ if (that.tooltip) that.widget.tooltip = that.tooltip;
if (that.measurement_unit) that.widget.measurement_unit = that.measurement_unit;
that.widget.undo = that.undo;
that.widget.writable = that.writable;