From f5f4578422ee8630004742f046c6cd1199914333 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Wed, 17 Jul 2024 16:02:43 -0600 Subject: [PATCH] Tweak wording (#14686) Co-Authored-By: Danilo Release Notes: - N/A Co-authored-by: Danilo --- crates/welcome/src/multibuffer_hint.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crates/welcome/src/multibuffer_hint.rs b/crates/welcome/src/multibuffer_hint.rs index 0c74c5ce5d..034914d921 100644 --- a/crates/welcome/src/multibuffer_hint.rs +++ b/crates/welcome/src/multibuffer_hint.rs @@ -109,7 +109,9 @@ impl Render for MultibufferHint { .child( h_flex() .gap_2() - .child(Label::new("You can edit results inline in multibuffers!")) + .child(Label::new( + "Edit and save files directly in the results multibuffer!", + )) .child( ButtonLike::new("open_docs") .style(ButtonStyle::Transparent)