Correct typo on import dialog (#1696)

This commit is contained in:
Malachi Willey 2019-10-07 13:52:00 -05:00 committed by Gregory Schier
parent 6fe838eef7
commit 607b219afa

View File

@ -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 => {