diff --git a/qml/ThumbsDownDialog.qml b/qml/ThumbsDownDialog.qml index 23d4b1a0..c8ea27d7 100644 --- a/qml/ThumbsDownDialog.qml +++ b/qml/ThumbsDownDialog.qml @@ -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 } }