feat: clarify that 'Text' supports markdown (#28425)
This commit is contained in:
parent
76a9e1d37d
commit
26df7b4ad5
|
|
@ -28,7 +28,7 @@ export default function DraggableNewDivider() {
|
|||
<DraggableNewComponent
|
||||
id={NEW_MARKDOWN_ID}
|
||||
type={MARKDOWN_TYPE}
|
||||
label={t('Text')}
|
||||
label={t('Text / Markdown')}
|
||||
className="fa fa-font"
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue