Skip to content

Commit

Permalink
chore: update help text copy on dataset settings (apache#30775)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael S. Molina <[email protected]>
Co-authored-by: Joe Li <[email protected]>
  • Loading branch information
3 people authored Nov 11, 2024
1 parent 16ad5a8 commit 8893426
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,8 @@ class DatasourceEditor extends PureComponent {
fieldKey="default_endpoint"
label={t('Default URL')}
description={t(
'Default URL to redirect to when accessing from the dataset list page',
`Default URL to redirect to when accessing from the dataset list page.
Accepts relative URLs such as <span style=„white-space: nowrap;”>/superset/dashboard/{id}/</span>`,
)}
control={<TextControl controlId="default_endpoint" />}
/>
Expand Down

0 comments on commit 8893426

Please sign in to comment.