From c8945b87f42bfdebd74daaaecadf33cfc9560d1f Mon Sep 17 00:00:00 2001 From: Dominik Loncar Date: Tue, 7 Jul 2020 04:11:11 -0400 Subject: [PATCH] fix: Typo in keepLocal warning message (#996) --- src/commands/remove.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/remove.ts b/src/commands/remove.ts index ec72631b..31d4a1fd 100644 --- a/src/commands/remove.ts +++ b/src/commands/remove.ts @@ -15,7 +15,7 @@ export class Remove extends Command { let keepLocal: boolean; const answer = await window.showWarningMessage( - "Would you like to keep a local copy of the files?.", + "Would you like to keep a local copy of the files?", { modal: true }, "Yes", "No"