mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
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:
parent
75775292b3
commit
f5f4578422
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user