From 35290d6d1b3cf44383eb1c9c20daaffb90951967 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Tue, 30 May 2023 20:01:12 -0400 Subject: [PATCH] Fix wording of this accessible description. --- gpt4all-chat/qml/ChatDrawer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-chat/qml/ChatDrawer.qml b/gpt4all-chat/qml/ChatDrawer.qml index ac8ae1ce..c73fafe6 100644 --- a/gpt4all-chat/qml/ChatDrawer.qml +++ b/gpt4all-chat/qml/ChatDrawer.qml @@ -38,7 +38,7 @@ Drawer { anchors.right: parent.right font.pixelSize: theme.fontSizeLarger text: qsTr("New chat") - Accessible.description: qsTr("Use this to launch an external application that will check for updates to the installer") + Accessible.description: qsTr("Use this to create a new chat") onClicked: { LLM.chatListModel.addChat(); Network.sendNewChat(LLM.chatListModel.count)