Change wording of placeholder text

This commit is contained in:
Laura Kyle 2016-10-02 21:39:45 -04:00 committed by GitHub
parent aaf32dc4bf
commit c43f068f6c

View file

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