agent: Clearer distinction that we are in Text Thread history (#47295)
Ben Brandt
created
Some users were a bit confused that the history between zed agent + text
threads is split up now. Making it a bit clearer for the users still
using text threads which history they are currently looking at.
Release Notes:
- N/A
@@ -521,7 +521,7 @@ impl Render for TextThreadHistory {
if has_no_history {
view.justify_center().items_center().child(
- Label::new("You don't have any past threads yet.")
+ Label::new("You don't have any past text threads yet.")
.size(LabelSize::Small)
.color(Color::Muted),
)