diff --git a/superset-frontend/src/components/Datasource/DatasourceEditor.jsx b/superset-frontend/src/components/Datasource/DatasourceEditor.jsx index bd2f60e24ee4e..fae02708280f8 100644 --- a/superset-frontend/src/components/Datasource/DatasourceEditor.jsx +++ b/superset-frontend/src/components/Datasource/DatasourceEditor.jsx @@ -143,7 +143,7 @@ const StyledButtonWrapper = styled.span` const sqlTooltipOptions = { placement: 'topRight', title: t( - 'If changes are made to your SQL query,' + + 'If changes are made to your SQL query, ' + 'columns in your dataset will be synced when saving the dataset.', ), };