From c6249c5664262d85153ede62135998137dea5d3f Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Thu, 8 Jun 2023 13:44:17 -0400 Subject: [PATCH] Update CollectionsDialog.qml (#856) Phrasing for localdocs Signed-off-by: Andriy Mulyar --- gpt4all-chat/qml/CollectionsDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }