Tweak wording (#14686)

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

Release Notes:

- N/A

Co-authored-by: Danilo <danilo@zed.dev>
This commit is contained in:
Conrad Irwin 2024-07-17 16:02:43 -06:00 committed by GitHub
parent 75775292b3
commit f5f4578422
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)