feat: clarify that 'Text' supports markdown (#28425)

This commit is contained in:
Maxime Beauchemin 2024-05-10 09:17:37 -07:00 committed by GitHub
parent 76a9e1d37d
commit 26df7b4ad5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"
/>
);