This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 26df7b4ad5 feat: clarify that 'Text' supports markdown (#28425)
26df7b4ad5 is described below
commit 26df7b4ad5c6c48bd1cc4a015c80cea56cb4d493
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Fri May 10 09:17:37 2024 -0700
feat: clarify that 'Text' supports markdown (#28425)
---
.../src/dashboard/components/gridComponents/new/NewMarkdown.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx
b/superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx
index 3cc3138667..5b1b016b2e 100644
---
a/superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx
+++
b/superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx
@@ -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"
/>
);