diff --git a/gpt4all-chat/qml/CollectionsDialog.qml b/gpt4all-chat/qml/CollectionsDialog.qml index 346080ea..a9dd180e 100644 --- a/gpt4all-chat/qml/CollectionsDialog.qml +++ b/gpt4all-chat/qml/CollectionsDialog.qml @@ -29,7 +29,7 @@ Dialog { id: listLabel anchors.top: parent.top anchors.left: parent.left - text: "Available Collections:" + text: "Available LocalDocs Collections:" color: theme.textColor }