diff --git a/pages/docu/plot/widget_plot.heatingcurve.html b/pages/docu/plot/widget_plot.heatingcurve.html
index 78971891a..d9dc9a5b6 100644
--- a/pages/docu/plot/widget_plot.heatingcurve.html
+++ b/pages/docu/plot/widget_plot.heatingcurve.html
@@ -25,10 +25,10 @@
Example
{% endverbatim %}{% endfilter %}
- Use the slider to control the outside temperature
+ Use the slider to control the outdoor temperature setting
{{ basic.slider('s1', 'bath.plot.temp', -30, 20, 1) }}
- Use the slider to control the heatings feed temperature
+ Use the slider to control the flow temperature setting
{{ basic.slider('s2', 'bath.plot.humidity', 24, 32, 1) }}
diff --git a/widgets/plot.js b/widgets/plot.js
index adb22197b..8a0954b06 100644
--- a/widgets/plot.js
+++ b/widgets/plot.js
@@ -103,7 +103,7 @@ $.widget("sv.plot_heatingcurve", $.sv.widget, {
plots[0] = {
type: 'spline',
- name: 'Vorlauftemperatur',
+ name: 'SOLL-Vorlauftemperatur',
lineWidth: 1
};