File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ private async Task LoadTreeItems()
77
77
{
78
78
Depth = 0 ,
79
79
Branch = WorkspaceBranch . TEMPORARY_CHATS ,
80
- Text = "Temporary chats " ,
80
+ Text = "Disappearing Chats " ,
81
81
Icon = Icons . Material . Filled . Timer ,
82
82
Expandable = true ,
83
83
Path = "temp" ,
Original file line number Diff line number Diff line change 11
11
}
12
12
else
13
13
{
14
- @( T (" Short-Term Chat" ))
14
+ @( T (" Disappearing Chat" ))
15
15
}
16
16
</MudText >
17
17
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments