Skip to content

Commit

Permalink
fix: Typo in keepLocal warning message (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
loncardom committed Jul 7, 2020
1 parent aefedeb commit c8945b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/remove.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c8945b8

Please sign in to comment.