This is an automated email from the ASF dual-hosted git repository.
johnbodley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new bfbd83b [datasource-editor] Correcting tooltip (#6191)
bfbd83b is described below
commit bfbd83bdab5dc5a0fa78710229a5471f00fae2f0
Author: John Bodley <[email protected]>
AuthorDate: Thu Oct 25 14:29:39 2018 -0700
[datasource-editor] Correcting tooltip (#6191)
---
superset/assets/src/explore/components/controls/DatasourceControl.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/superset/assets/src/explore/components/controls/DatasourceControl.jsx
b/superset/assets/src/explore/components/controls/DatasourceControl.jsx
index f200d67..cd5ad6b 100644
--- a/superset/assets/src/explore/components/controls/DatasourceControl.jsx
+++ b/superset/assets/src/explore/components/controls/DatasourceControl.jsx
@@ -100,7 +100,7 @@ class DatasourceControl extends React.PureComponent {
<OverlayTrigger
placement="right"
overlay={
- <Tooltip id={'error-tooltip'}>{t('Click to point to another
datasource')}</Tooltip>
+ <Tooltip id={'error-tooltip'}>{t('Click to edit the
datasource')}</Tooltip>
}
>
<Label onClick={this.toggleEditDatasourceModal} style={{ cursor:
'pointer' }} className="m-r-5">