Index: sources/gui/qml/pages/endtreatment/EndTreatmentBase.qml =================================================================== diff -u -rcba8451ac737fb0b618173a4bea37411fdaaf824 -r4da79084388ac25822ab24fb52ec1ca4083b50cc --- sources/gui/qml/pages/endtreatment/EndTreatmentBase.qml (.../EndTreatmentBase.qml) (revision cba8451ac737fb0b618173a4bea37411fdaaf824) +++ sources/gui/qml/pages/endtreatment/EndTreatmentBase.qml (.../EndTreatmentBase.qml) (revision 4da79084388ac25822ab24fb52ec1ca4083b50cc) @@ -32,6 +32,7 @@ property alias timeout : _timeoutLoader.item property int timeoutValue : 0 property string headerTitle : "" + property string descriptionText : "" onVisibleChanged: if ( visible ) { _root.updateModel() } @@ -61,7 +62,7 @@ anchors.centerIn: parent width : implicitWidth height : implicitHeight - text : qsTr("Blood return will %1 be allowed in:").arg("NOT") + text : _root.descriptionText color : Colors.offWhite font.pixelSize : Fonts.fontPixelContainerTitle }