mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-01 15:51:00 +00:00
Use consistent names for LocalDocs
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
aad502f336
commit
790320e170
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user