Rename button label of the Save and Download action save dialog (#2727)

The label was `Send and Save`, it is confusing because actually the request was already sent.
This commit is contained in:
Julien Giovaresco
2020-10-20 09:36:04 +02:00
committed by GitHub
parent ceead25167
commit d201cd1807

View File

@@ -621,7 +621,7 @@ class App extends PureComponent {
async _getDownloadLocation() {
const options = {
title: 'Select Download Location',
buttonLabel: 'Send and Save',
buttonLabel: 'Save',
};
const defaultPath = window.localStorage.getItem('insomnia.sendAndDownloadLocation');