diff --git a/app/MindWork AI Studio/Components/Workspaces.razor.cs b/app/MindWork AI Studio/Components/Workspaces.razor.cs index 9b6b0bb6..c4d68567 100644 --- a/app/MindWork AI Studio/Components/Workspaces.razor.cs +++ b/app/MindWork AI Studio/Components/Workspaces.razor.cs @@ -77,7 +77,7 @@ public partial class Workspaces : ComponentBase { Depth = 0, Branch = WorkspaceBranch.TEMPORARY_CHATS, - Text = "Temporary chats", + Text = "Disappearing Chats", Icon = Icons.Material.Filled.Timer, Expandable = true, Path = "temp", diff --git a/app/MindWork AI Studio/Pages/Chat.razor b/app/MindWork AI Studio/Pages/Chat.razor index b95a9d62..418a17cc 100644 --- a/app/MindWork AI Studio/Pages/Chat.razor +++ b/app/MindWork AI Studio/Pages/Chat.razor @@ -11,7 +11,7 @@ } else { - @(T("Short-Term Chat")) + @(T("Disappearing Chat")) } diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.41.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.41.md index 97eecf0c..f7999237 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.41.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.41.md @@ -1 +1,2 @@ -# v0.9.41, build 216 (2025-0x-xx xx:xx UTC) \ No newline at end of file +# v0.9.41, build 216 (2025-0x-xx xx:xx UTC) +- Changed the terminology from "temporary chats" to "disappearing chats" in the UI. This makes it clearer to understand the purpose of these chats. \ No newline at end of file