mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
[datasource-editor] Correcting tooltip (#6191)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user