diff --git a/frontend/components/Editor/Editor.js b/frontend/components/Editor/Editor.js index 9dab713a7..125b1f43c 100644 --- a/frontend/components/Editor/Editor.js +++ b/frontend/components/Editor/Editor.js @@ -117,7 +117,7 @@ type KeyData = { (this.editor = ref)} - placeholder="Start with a title…" + placeholder="Start with a title..." className={cx(styles.editor, { readOnly: this.props.readOnly })} schema={this.schema} plugins={this.plugins}