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