Index: sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml =================================================================== diff -u -r200b0481616ac03872ad09baa168e0ae1ce6a2ee -ra5287e9029c8e81a149f933cc23add8b511aa559 --- sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml (.../TreatmentFlows.qml) (revision 200b0481616ac03872ad09baa168e0ae1ce6a2ee) +++ sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml (.../TreatmentFlows.qml) (revision a5287e9029c8e81a149f933cc23add8b511aa559) @@ -29,7 +29,7 @@ TreatmentSection { id: _root property bool editEnabled : true - header.title : qsTr("Treatment Settings") + header.title : qsTr("Prescription Settings") header.showLock : true contentItem: Row { id : _row @@ -102,7 +102,7 @@ height : _row.cellHeight width : _row.cellWidth precision : Variables.dialysateCondPrecision - value : vDDConductivity.acidBicarbCondutivity2 // D29 + value : vDDConductivity.acidBicarbCondutivity1 // D27 unitText : Variables.unitTextDialCond showButtons : false dropShadowEnabled : false