From 790320e1704b7319f080bfdbd046319efa0c4d53 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Tue, 2 Apr 2024 09:26:09 -0400 Subject: [PATCH] Use consistent names for LocalDocs 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 8fc5fab4..bbe8d18b 100644 --- a/gpt4all-chat/qml/ChatView.qml +++ b/gpt4all-chat/qml/ChatView.qml @@ -520,7 +520,7 @@ Rectangle { topPadding: 8 bottomPadding: 8 textColor: hovered || toggled ? theme.iconBackgroundHovered : theme.iconBackgroundLight - text: qsTr("local docs") + text: qsTr("LocalDocs") fontPixelSize: theme.fontSizeSmall property bool toggled: currentChat.collectionList.length