From bd33548167246ec7bfa7f92a1ca852da59ce03d2 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Mon, 24 Apr 2023 11:14:23 -0400 Subject: [PATCH] Guide the user in what we're looking for in terms of proper response. --- qml/ThumbsDownDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }