Guide the user in what we're looking for in terms of proper response.

This commit is contained in:
Adam Treat 2023-04-24 11:14:23 -04:00
parent 73ae2337d7
commit bd33548167

View File

@ -37,7 +37,7 @@ Dialog {
anchors.left: img.right
anchors.leftMargin: 30
anchors.verticalCenter: img.verticalCenter
text: qsTr("Provide feedback for negative rating")
text: qsTr("Please edit the text below to provide a better response...")
color: theme.textColor
}
}