This is an automated email from the ASF dual-hosted git repository. sophieyou pushed a commit to branch dataset-url-help-text in repository https://gitbox.apache.org/repos/asf/superset.git
commit 539e916175a027883578ecd0317206dd858fc755 Author: yousoph <[email protected]> AuthorDate: Thu Oct 31 15:10:22 2024 -0700 update help text copy on dataset settings --- superset-frontend/src/components/Datasource/DatasourceEditor.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/components/Datasource/DatasourceEditor.jsx b/superset-frontend/src/components/Datasource/DatasourceEditor.jsx index 3fa99f34f8..68af961ee4 100644 --- a/superset-frontend/src/components/Datasource/DatasourceEditor.jsx +++ b/superset-frontend/src/components/Datasource/DatasourceEditor.jsx @@ -895,7 +895,7 @@ 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 /superset/dashboard/{id}/', )} control={<TextControl controlId="default_endpoint" />} />
