Index: sources/gui/qml/pages/SettingsHome.qml =================================================================== diff -u -r8c69137f18382bdc55a5678e6ed44a7683fe4dea -r4d201ed69decd17c5fe8ed150fd90f194b35a486 --- sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision 8c69137f18382bdc55a5678e6ed44a7683fe4dea) +++ sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision 4d201ed69decd17c5fe8ed150fd90f194b35a486) @@ -339,7 +339,7 @@ _BloodFlow_F32_5.text = vData[GuiActions.BloodFlow_MotorCtlCurrent].toFixed(2); _BloodFlow_F32_6.text = vData[GuiActions.BloodFlow_PWMDtCycle ].toFixed(2) + "%"; break; - case GuiActions.BloodFlow: + case GuiActions.DialysateFlow: _DialysateFlow_S32 .text = vData[GuiActions.DialysateFlow_FlowSetPoint ]; _DialysateFlow_F32_1.text = vData[GuiActions.DialysateFlow_MeasuredFlow ].toFixed(2); _DialysateFlow_F32_2.text = vData[GuiActions.DialysateFlow_RotorSpeed ].toFixed(2);