Fix placeholder text
This commit is contained in:
@@ -133,7 +133,8 @@ impl FeedbackModal {
|
||||
});
|
||||
|
||||
// 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 mut editor = Editor::for_buffer(buffer, Some(project.clone()), cx);
|
||||
|
||||
Reference in New Issue
Block a user