summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorMax Wu2016-10-03 10:54:56 +0800
committerGitHub2016-10-03 10:54:56 +0800
commit3a5ad1695755662f8bd8a56c646075193173f639 (patch)
tree396fd8512e17f89dbea88c6bbf2399ead0450328 /public
parentaaf32dc4bfab6d4e78fd1765bbbd4c828a9e8809 (diff)
parentc43f068f6cca42969aa7213a5256cb6c08a0490f (diff)
Merge pull request #182 from LauraNK/master
Change wording of placeholder text
Diffstat (limited to 'public')
-rw-r--r--public/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/index.js b/public/js/index.js
index bbb0d3be..03729de4 100644
--- a/public/js/index.js
+++ b/public/js/index.js
@@ -386,7 +386,7 @@ var editor = CodeMirror.fromTextArea(textit, {
addModeClass: true,
readOnly: 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);
defaultTextHeight = parseInt($(".CodeMirror").css('line-height'));