fix(webui): complete temporary chat mode
This commit is contained in:
@@ -51,9 +51,11 @@
|
||||
},
|
||||
"temporaryChat": {
|
||||
"title": "Temporary chat",
|
||||
"description": "Not saved to history or memory. Requests still go to your model provider, and tool actions may leave changes.",
|
||||
"description": "Not saved to history or memory. Reloading, closing, or losing the connection ends these chats. Requests still go to your model provider, and tool actions may leave changes.",
|
||||
"notSaved": "Not saved",
|
||||
"clear": "Clear temporary chat"
|
||||
"clear": "Clear temporary chat",
|
||||
"sectionTitle": "Temporary chats",
|
||||
"closeAction": "Close temporary chat"
|
||||
},
|
||||
"sidebar": {
|
||||
"navigation": "Sidebar navigation",
|
||||
|
||||
Reference in New Issue
Block a user