From b1ba3db46e0ff78fc2e4011d859b1513b8e45a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 16 Oct 2019 11:47:15 +0200 Subject: Fix design issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/EditorFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/EditorFactory.js') diff --git a/src/EditorFactory.js b/src/EditorFactory.js index 4f778fbf0..4d43f3015 100644 --- a/src/EditorFactory.js +++ b/src/EditorFactory.js @@ -79,7 +79,7 @@ const createEditor = ({ content, onInit, onUpdate, extensions, enableRichEditing new Image(), new Placeholder({ emptyNodeClass: 'is-empty', - emptyNodeText: 'Write something …', + emptyNodeText: 'Add notes, lists or links …', showOnlyWhenEditable: true }) ] -- cgit v1.2.3