Tweak wording (#14686)

Conrad Irwin and Danilo created

Co-Authored-By: Danilo <danilo@zed.dev>

Release Notes:

- N/A

Co-authored-by: Danilo <danilo@zed.dev>

Change summary

crates/welcome/src/multibuffer_hint.rs | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Detailed changes

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)