mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-03 07:19:22 +00:00
fix: typos (#155310)
* fix: typos * chore: revert formatting changes * fix: Remove redundant blank lines
This commit is contained in:
@@ -1770,7 +1770,7 @@ export class CommandCenter {
|
||||
const shouldPrompt = config.get<boolean>('confirmEmptyCommits') === true;
|
||||
|
||||
if (shouldPrompt) {
|
||||
const message = localize('confirm emtpy commit', "Are you sure you want to create an empty commit?");
|
||||
const message = localize('confirm empty commit', "Are you sure you want to create an empty commit?");
|
||||
const yes = localize('yes', "Yes");
|
||||
const neverAgain = localize('yes never again', "Yes, Don't Show Again");
|
||||
const pick = await window.showWarningMessage(message, { modal: true }, yes, neverAgain);
|
||||
|
||||
Reference in New Issue
Block a user