Skip to content

Commit c8945b8

Browse files
authored
fix: Typo in keepLocal warning message (#996)
1 parent aefedeb commit c8945b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/remove.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class Remove extends Command {
1515

1616
let keepLocal: boolean;
1717
const answer = await window.showWarningMessage(
18-
"Would you like to keep a local copy of the files?.",
18+
"Would you like to keep a local copy of the files?",
1919
{ modal: true },
2020
"Yes",
2121
"No"

0 commit comments

Comments
 (0)