change accessible description for thumbs up button

pull/913/head
Justin Wang 1 year ago committed by AT
parent 57852bfb9c
commit aeba3942b1

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

Loading…
Cancel
Save