diff --git a/gpt4all-chat/main.qml b/gpt4all-chat/main.qml index 81e600fe..f65470d7 100644 --- a/gpt4all-chat/main.qml +++ b/gpt4all-chat/main.qml @@ -651,7 +651,7 @@ Window { } Accessible.role = Accessible.Button Accessible.name = qsTr("Thumbs up") - Accessible.description = qsTr("Updates response and chatModel state for thumbs up") + Accessible.description = qsTr("Gives a thumbs up to the response") onClicked: { if (thumbsUpState && !thumbsDownState) return