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