mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-16 15:11:25 +00:00
Fix placeholder text
This commit is contained in:
parent
e489e2e583
commit
c9aa4a0e00
1 changed files with 2 additions and 1 deletions
|
@ -133,7 +133,8 @@ impl FeedbackModal {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Moved here because providing it inline breaks rustfmt
|
// Moved here because providing it inline breaks rustfmt
|
||||||
let placeholder_text = "You can use markdown to organize your feedback wiht add code and links, or organize feedback.";
|
let placeholder_text =
|
||||||
|
"You can use markdown to organize your feedback with code and links.";
|
||||||
|
|
||||||
let feedback_editor = cx.build_view(|cx| {
|
let feedback_editor = cx.build_view(|cx| {
|
||||||
let mut editor = Editor::for_buffer(buffer, Some(project.clone()), cx);
|
let mut editor = Editor::for_buffer(buffer, Some(project.clone()), cx);
|
||||||
|
|
Loading…
Reference in a new issue