chore: update help text copy on dataset settings (#30775)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> Co-authored-by: Joe Li <joe@preset.io>
This commit is contained in:
parent
16ad5a8f5a
commit
88934265c0
|
|
@ -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" />}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue