From 0df8d22544ed2a4023d33e32a9227b2726f3ad7f Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Sun, 8 Oct 2017 12:19:02 -0700 Subject: [PATCH] New less witty placeholder --- frontend/components/Editor/Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/Editor/Editor.js b/frontend/components/Editor/Editor.js index e711cc3ac..922dc5f04 100644 --- a/frontend/components/Editor/Editor.js +++ b/frontend/components/Editor/Editor.js @@ -188,7 +188,7 @@ type KeyData = { (this.editor = ref)} placeholder="Start with a title…" - bodyPlaceholder="Insert witty platitude here" + bodyPlaceholder="…the rest is your canvas" schema={this.schema} plugins={this.plugins} emoji={this.props.emoji}