diff --git a/frontend/components/Editor/Editor.js b/frontend/components/Editor/Editor.js index e711cc3a..922dc5f0 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}