Skip to content

Commit e594e5c

Browse files
Updated terminology: "Temporary chats" to "Disappearing Chats" (#413)
1 parent 7bd827e commit e594e5c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

app/MindWork AI Studio/Components/Workspaces.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private async Task LoadTreeItems()
7777
{
7878
Depth = 0,
7979
Branch = WorkspaceBranch.TEMPORARY_CHATS,
80-
Text = "Temporary chats",
80+
Text = "Disappearing Chats",
8181
Icon = Icons.Material.Filled.Timer,
8282
Expandable = true,
8383
Path = "temp",

app/MindWork AI Studio/Pages/Chat.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
else
1313
{
14-
@(T("Short-Term Chat"))
14+
@(T("Disappearing Chat"))
1515
}
1616
</MudText>
1717

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# v0.9.41, build 216 (2025-0x-xx xx:xx UTC)
1+
# v0.9.41, build 216 (2025-0x-xx xx:xx UTC)
2+
- Changed the terminology from "temporary chats" to "disappearing chats" in the UI. This makes it clearer to understand the purpose of these chats.

0 commit comments

Comments
 (0)