mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 14:17:29 -04:00
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:
committed by
GitHub
parent
ceead25167
commit
d201cd1807
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user