From aeba3942b14680e2f614c5c0cd9d882e23a99d7c Mon Sep 17 00:00:00 2001 From: Justin Wang Date: Tue, 23 May 2023 17:46:10 +0200 Subject: [PATCH] change accessible description for thumbs up button --- gpt4all-chat/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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