Index: sources/gui/qml/components/RectSelectCreateTreatment.qml =================================================================== diff -u -rfe1cc7af9637a8485b6948b50eb5fb06e4c83740 -r20a67175350b1c20f078bade73a77d48c4647832 --- sources/gui/qml/components/RectSelectCreateTreatment.qml (.../RectSelectCreateTreatment.qml) (revision fe1cc7af9637a8485b6948b50eb5fb06e4c83740) +++ sources/gui/qml/components/RectSelectCreateTreatment.qml (.../RectSelectCreateTreatment.qml) (revision 20a67175350b1c20f078bade73a77d48c4647832) @@ -44,7 +44,7 @@ if (valid) { _text.color = Colors.textMain } else { - _text.color = Colors.createTrInvalidParam + _text.color = Colors.createTreatmentInvalidParam } }