mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-29 14:04:27 -05:00
Change wording of placeholder text
This commit is contained in:
parent
aaf32dc4bf
commit
c43f068f6c
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ var editor = CodeMirror.fromTextArea(textit, {
|
||||||
addModeClass: true,
|
addModeClass: true,
|
||||||
readOnly: true,
|
readOnly: true,
|
||||||
autoRefresh: true,
|
autoRefresh: true,
|
||||||
placeholder: "← Start by enter title here\n===\nVisit /features if you don't know what to do.\nHappy hacking :)"
|
placeholder: "← Start by entering a title here\n===\nVisit /features if you don't know what to do.\nHappy hacking :)"
|
||||||
});
|
});
|
||||||
var inlineAttach = inlineAttachment.editors.codemirror4.attach(editor);
|
var inlineAttach = inlineAttachment.editors.codemirror4.attach(editor);
|
||||||
defaultTextHeight = parseInt($(".CodeMirror").css('line-height'));
|
defaultTextHeight = parseInt($(".CodeMirror").css('line-height'));
|
||||||
|
|
Loading…
Reference in a new issue