From 070af71393bfabc9f59efda3122ae6eb19cb7d42 Mon Sep 17 00:00:00 2001 From: Jack Fisher Date: Fri, 6 Dec 2024 09:59:36 -0600 Subject: [PATCH] fixing typo --- .../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 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.', ), };