Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed incorrect naming change
Browse files Browse the repository at this point in the history
Adam Stasiak committed Oct 14, 2020
1 parent 072a999 commit 89024ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -227,11 +227,11 @@ class DatasourceControl extends React.PureComponent {
)}
{this.props.isEditable && (
<MenuItem
data-test="edit-datasource"
data-test="edit-dataset"
eventKey="3"
onClick={this.toggleEditDatasourceModal}
>
{t('Edit Datasource')}
{t('Edit Dataset')}
</MenuItem>
)}
</DropdownButton>

0 comments on commit 89024ae

Please sign in to comment.