Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 463831f

Browse files
Aniruddha-Shriwantjolanglinais
authored andcommitted
chore(markdown-editor): update empty editor text
Signed-off-by: Aniruddha Shriwant <[email protected]>
1 parent 1f2359e commit 463831f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-markdown-editor/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export const MarkdownEditor = (props) => {
208208
readOnly={props.readOnly}
209209
renderElement={renderElement}
210210
renderLeaf={renderLeaf}
211-
placeholder={props.placeholder || 'Enter some rich text...'}
211+
placeholder={props.placeholder || 'Enter some text here...'}
212212
spellCheck
213213
autoFocus
214214
onKeyDown={onKeyDown}

0 commit comments

Comments
 (0)