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:
yousoph 2024-11-11 11:03:08 -08:00 committed by GitHub
parent 16ad5a8f5a
commit 88934265c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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" />}
/>