fix(webui): emphasize temporary chat expiry

This commit is contained in:
Xubin Ren
2026-08-08 23:20:59 +08:00
parent 92eb91338a
commit af52fbcbc4
12 changed files with 40 additions and 11 deletions
+3 -1
View File
@@ -51,7 +51,9 @@
},
"temporaryChat": {
"title": "Temporary chat",
"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.",
"retention": "Not saved to history or memory.",
"expiration": "Reloading, closing, or losing the connection ends these chats.",
"externalEffects": "Requests still go to your model provider, and tool actions may leave changes.",
"clear": "Clear temporary chat",
"sectionTitle": "Temporary chats",
"closeAction": "Close temporary chat: {{title}}"