Skip to content

Commit

Permalink
change buttons to be only save and overwrite (#20851)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh authored Jul 25, 2022
1 parent 3f943ff commit 3de641c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@ class DatasourceControl extends React.PureComponent {
<SaveDatasetModal
visible={showSaveDatasetModal}
onHide={this.toggleSaveDatasetModal}
buttonTextOnSave={t('Save & Explore')}
buttonTextOnOverwrite={t('Overwrite & Explore')}
buttonTextOnSave={t('Save')}
buttonTextOnOverwrite={t('Overwrite')}
modalDescription={t(
'Save this query as a virtual dataset to continue exploring',
)}
Expand Down

0 comments on commit 3de641c

Please sign in to comment.