Skip to content

Commit

Permalink
[datasource-editor] Correcting tooltip (apache#6191)
Browse files Browse the repository at this point in the history
(cherry picked from commit bfbd83b)
  • Loading branch information
john-bodley authored and Grace Guo committed Oct 25, 2018
1 parent 79d291f commit f122866
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit f122866

Please sign in to comment.