change accessible description for thumbs up button

This commit is contained in:
Justin Wang 2023-05-23 17:46:10 +02:00 committed by AT
parent a19ef751dc
commit d7ab4c0e2d

View File

@ -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