From 8d6e11fcadad0fec912ebb3b36df9a9d25b4a5cf Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Thu, 27 Jun 2024 06:43:29 -0400 Subject: [PATCH] Change to just sources after multiple feedback advising same. Signed-off-by: Adam Treat --- gpt4all-chat/qml/ChatView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-chat/qml/ChatView.qml b/gpt4all-chat/qml/ChatView.qml index 25010721..62676b5f 100644 --- a/gpt4all-chat/qml/ChatView.qml +++ b/gpt4all-chat/qml/ChatView.qml @@ -1001,7 +1001,7 @@ Rectangle { } TextArea { - text: consolidatedSources.length + " " + qsTr("Local Sources") + text: consolidatedSources.length + " " + qsTr("Sources") padding: 0 readOnly: true font.pixelSize: theme.fontSizeLarge