mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Correct typo on import dialog (#1696)
This commit is contained in:
parent
6fe838eef7
commit
607b219afa
@ -455,7 +455,7 @@ function askToImportIntoWorkspace(workspaceId) {
|
||||
return new Promise(resolve => {
|
||||
showModal(AskModal, {
|
||||
title: 'Import',
|
||||
message: 'Do you wand to import into the current workspace or a new one?',
|
||||
message: 'Do you want to import into the current workspace or a new one?',
|
||||
yesText: 'Current',
|
||||
noText: 'New Workspace',
|
||||
onDone: yes => {
|
||||
|
Loading…
Reference in New Issue
Block a user